| Package | Description | 
|---|---|
| com.hazelcast.client.impl.querycache | Contains query cache internal implementations for client side. | 
| com.hazelcast.client.impl.querycache.subscriber | Contains Hazelcast Enterprise version client-side query cache
 subscriber implementation classes. | 
| com.hazelcast.map.impl.querycache | Contains query cache internal implementation classes. | 
| com.hazelcast.map.impl.querycache.accumulator | Contains  Accumulatorspecific classes. | 
| 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 | Method and Description | 
|---|---|
| QueryCacheEventService | ClientQueryCacheContext. getQueryCacheEventService() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientQueryCacheEventServiceClient side event service implementation for query cache. | 
| Constructor and Description | 
|---|
| ClientQueryCacheConfigurator(ClientConfig clientConfig,
                            QueryCacheEventService eventService) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheEventService | NodeQueryCacheContext. getQueryCacheEventService() | 
| QueryCacheEventService | QueryCacheContext. getQueryCacheEventService()Returns  QueryCacheEventServicefactory for this context
 which will be used to createQueryCacheEventServiceimplementations
 for client or node sides. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AccumulatorProcessor | BasicAccumulator. createAccumulatorProcessor(AccumulatorInfo info,
                          QueryCacheEventService eventService) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AccumulatorProcessor | CoalescingPublisherAccumulator. createAccumulatorProcessor(AccumulatorInfo info,
                          QueryCacheEventService eventService) | 
| Constructor and Description | 
|---|
| EventPublisherAccumulatorProcessor(AccumulatorInfo info,
                                  QueryCacheEventService eventService) | 
| EventPublisherAccumulatorProcessor(QueryCacheEventService eventService) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NodeQueryCacheEventServiceNode side event service implementation for query cache. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheEventService | AbstractSubscriberContext. getEventService() | 
| QueryCacheEventService | SubscriberContext. getEventService()Returns  QueryCacheEventServicefor this context. | 
| Constructor and Description | 
|---|
| AbstractQueryCacheConfigurator(ClassLoader configClassLoader,
                              QueryCacheEventService eventService) | 
| NodeQueryCacheConfigurator(Config config,
                          ClassLoader configClassLoader,
                          QueryCacheEventService eventService) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.