| Package | Description | 
|---|---|
| com.hazelcast.map.impl.querycache.event | This package contains classes for query cache events. | 
| com.hazelcast.map.impl.querycache.publisher | This package contains classes which are used for  QueryCacheevent publishing side. | 
| com.hazelcast.map.impl.querycache.subscriber | This package contains classes which are used for  QueryCacheevent subscription side. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultQueryCacheEventDataDefault implementation of  QueryCacheEventDatawhich is sent to subscriber. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheEventData | QueryCacheEventDataBuilder. build() | 
| QueryCacheEventData | SingleIMapEvent. getEventData() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<QueryCacheEventData> | BatchEventData. getEvents() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BatchEventData. add(QueryCacheEventData entry) | 
| Constructor and Description | 
|---|
| SingleIMapEvent(QueryCacheEventData eventData) | 
| Constructor and Description | 
|---|
| BatchEventData(Collection<QueryCacheEventData> events,
              String source,
              int partitionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CoalescingPublisherAccumulator. accumulate(QueryCacheEventData eventData) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SubscriberAccumulator. accumulate(QueryCacheEventData event) | 
| boolean | SubscriberAccumulator. isEndEvent(QueryCacheEventData event) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.