| 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.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.map.impl.event | |
| 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. | 
| com.hazelcast.map.impl.querycache.utils | Contains utility classes for  QueryCacheimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientQueryCacheContextClient side implementation of  QueryCacheContext. | 
| Constructor and Description | 
|---|
| ClientInvokerWrapper(QueryCacheContext context,
                    ClientContext clientContext) | 
| ClientSubscriberContext(QueryCacheContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheContext | ClientMapProxy. getQueryContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheContext | MapServiceContext. getQueryCacheContext() | 
| Constructor and Description | 
|---|
| QueryCacheEventPublisher(FilteringStrategy filteringStrategy,
                        QueryCacheContext queryCacheContext,
                        InternalSerializationService serializationService) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NodeQueryCacheContextNode side implementation of  QueryCacheContext. | 
| Constructor and Description | 
|---|
| AccumulatorScannerTask(QueryCacheContext context) | 
| BasicAccumulator(QueryCacheContext context,
                AccumulatorInfo info) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheContext | DefaultPublisherContext. getContext() | 
| QueryCacheContext | PublisherContext. getContext()Returns  QueryCacheContexton this node. | 
| Constructor and Description | 
|---|
| CoalescingPublisherAccumulator(QueryCacheContext context,
                              AccumulatorInfo info) | 
| DefaultPublisherContext(QueryCacheContext context,
                       NodeEngine nodeEngine,
                       IFunction<String,String> listenerRegistrator) | 
| MapListenerRegistry(QueryCacheContext context) | 
| MapPublisherRegistry(QueryCacheContext context) | 
| PublisherAccumulatorFactory(QueryCacheContext context) | 
| PublisherAccumulatorHandler(QueryCacheContext context,
                           AccumulatorProcessor<Sequenced> processor) | 
| PublisherRegistry(QueryCacheContext context,
                 String mapName) | 
| QueryCacheListenerRegistry(QueryCacheContext context,
                          String mapName) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryCacheContext | AbstractQueryCacheEndToEndConstructor. context | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheContext | QueryCacheRequest. getContext()Returns the  QueryCacheContexton this node/client. | 
| protected QueryCacheContext | SubscriberRegistry. getContext() | 
| protected QueryCacheContext | SubscriberAccumulatorFactory. getContext() | 
| protected QueryCacheContext | MapSubscriberRegistry. getContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | EventPublisherHelper. publishEventLost(QueryCacheContext context,
                String mapName,
                String cacheName,
                int partitionId) | 
| QueryCacheRequest | QueryCacheRequest. withContext(QueryCacheContext context)The  QueryCacheContexton this node/client. | 
| Constructor and Description | 
|---|
| AbstractSubscriberContext(QueryCacheContext context) | 
| MapSubscriberRegistry(QueryCacheContext context) | 
| NodeSubscriberContext(QueryCacheContext context) | 
| SubscriberAccumulator(QueryCacheContext context,
                     AccumulatorInfo info) | 
| SubscriberAccumulatorFactory(QueryCacheContext context) | 
| SubscriberRegistry(QueryCacheContext context,
                  String mapName) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Accumulator | QueryCacheUtil. getAccumulatorOrNull(QueryCacheContext context,
                    String mapName,
                    String cacheName,
                    int partitionId)Returns  Accumulatorof a partition. | 
| static PartitionAccumulatorRegistry | QueryCacheUtil. getAccumulatorRegistryOrNull(QueryCacheContext context,
                            String mapName,
                            String cacheName)Returns  PartitionAccumulatorRegistryof aQueryCache. | 
| static Map<Integer,Accumulator> | QueryCacheUtil. getAccumulators(QueryCacheContext context,
               String mapName,
               String cacheName)Returns accumulators of a  QueryCache. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.