| 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  QueryCacheevent subscription side. | 
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntryEventDataAn entry's event data. | 
| class  | MapEventDataMap wide event's data. | 
| class  | MapPartitionEventDataContains the data related to a map partition event | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | QueryCacheEventDataEvent data contract which is sent to subscriber side. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BatchEventDataHolder for a collection of  QueryCacheEventData. | 
| class  | DefaultQueryCacheEventDataDefault implementation of  QueryCacheEventDatawhich is sent to subscriber. | 
| class  | LocalCacheWideEventDataEventDatawhich 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>EventDatawhich 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 cacheName,
       EventData eventData,
       int orderKey) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MultiMapService. dispatchEvent(EventData event,
             EntryListener listener) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.