| Package | Description |
|---|---|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.spi.impl |
| 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,
DistributedObject distributedObject) |
| Modifier and Type | Method and Description |
|---|---|
DistributedObjectEvent.EventType |
DistributedObjectEventPacket.getEventType() |
DistributedObjectEvent.EventType |
PortableDistributedObjectEvent.getEventType() |
| Constructor and Description |
|---|
DistributedObjectEventPacket(DistributedObjectEvent.EventType eventType,
String serviceName,
String name) |
PortableDistributedObjectEvent(DistributedObjectEvent.EventType eventType,
String name,
String serviceName) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.