Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Method and Description |
---|---|
DistributedObjectEvent.EventType |
DistributedObjectEvent.getEventType()
|
static DistributedObjectEvent.EventType |
DistributedObjectEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedObjectEvent.EventType[] |
DistributedObjectEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DistributedObjectEvent(DistributedObjectEvent.EventType eventType,
String serviceName,
String objectName,
DistributedObject distributedObject,
UUID source)
Constructs a DistributedObject Event.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.