Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.operation | |
com.hazelcast.multimap | |
com.hazelcast.multimap.operations | |
com.hazelcast.spi.impl |
Modifier and Type | Field and Description |
---|---|
protected EntryEventType |
EntryEvent.entryEventType |
Modifier and Type | Method and Description |
---|---|
static EntryEventType |
EntryEventType.getByType(int eventType) |
EntryEventType |
EntryEvent.getEventType()
Return the event type
|
static EntryEventType |
EntryEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryEventType[] |
EntryEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MapService.publishEvent(Address caller,
String mapName,
EntryEventType eventType,
Data dataKey,
Data dataOldValue,
Data dataValue) |
Modifier and Type | Field and Description |
---|---|
protected EntryEventType |
BasePutOperation.eventType |
Modifier and Type | Method and Description |
---|---|
EntryEventType |
MultiMapEvent.getEventType() |
Constructor and Description |
---|
MultiMapEvent(String name,
Data key,
Data value,
EntryEventType eventType,
Address caller) |
Modifier and Type | Method and Description |
---|---|
void |
MultiMapOperation.publishEvent(EntryEventType eventType,
Data key,
Object value) |
Modifier and Type | Method and Description |
---|---|
EntryEventType |
PortableEntryEvent.getEventType() |
Constructor and Description |
---|
PortableEntryEvent(Data key,
Data value,
Data oldValue,
EntryEventType eventType,
String uuid) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.