Package | Description |
---|---|
com.hazelcast.map.impl.event | |
com.hazelcast.map.impl.querycache.event |
This package contains classes for query cache events.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryEventData
An entry's event data.
|
class |
MapEventData
Map wide event's data.
|
class |
MapPartitionEventData
Contains the data related to a map partition event
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueryCacheEventData
Event data contract which is sent to subscriber side.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchEventData
Holder for a collection of
QueryCacheEventData . |
class |
DefaultQueryCacheEventData
Default implementation of
QueryCacheEventData which is sent to subscriber. |
class |
LocalCacheWideEventData
EventData which is used only for the subscriber end of a query cache
and only for query cache wide events like clearing all items together. |
class |
LocalEntryEventData<K,V>
EventData which is used only for the subscriber end of a query cache
and only for entry based events. |
Modifier and Type | Method and Description |
---|---|
static IMapEvent |
EventPublisherHelper.createIMapEvent(EventData eventData,
EventFilter filter,
Member member,
SerializationService serializationService) |
void |
NodeQueryCacheEventService.publish(String mapName,
String cacheId,
EventData eventData,
int orderKey) |
Modifier and Type | Method and Description |
---|---|
void |
MultiMapService.dispatchEvent(EventData event,
EntryListener listener) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.