| Package | Description | 
|---|---|
| com.hazelcast.client.impl.querycache.subscriber | Contains Hazelcast Enterprise version client-side query cache
 subscriber implementation classes. | 
| com.hazelcast.map.impl.operation | Package for map operations. | 
| 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.subscriber.operation | This package contains Enterprise specific operations for  QueryCache. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientQueryCacheEndToEndConstructor. createPublisherAccumulator(AccumulatorInfo info) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PostJoinMapOperation. setInfoList(List<AccumulatorInfo> infoList) | 
| Modifier and Type | Method and Description | 
|---|---|
| static AccumulatorInfo | AccumulatorInfo. createAccumulatorInfo(QueryCacheConfig config,
                     String mapName,
                     String cacheId,
                     Predicate predicate) | 
| static AccumulatorInfo | AccumulatorInfo. createAccumulatorInfo(String mapName,
                     String cacheId,
                     Predicate predicate,
                     int batchSize,
                     int bufferSize,
                     long delaySeconds,
                     boolean includeValue,
                     boolean populate,
                     boolean coalesce) | 
| AccumulatorInfo | DefaultAccumulatorInfoSupplier. getAccumulatorInfoOrNull(String mapName,
                        String cacheId) | 
| AccumulatorInfo | AccumulatorInfoSupplier. getAccumulatorInfoOrNull(String mapName,
                        String cacheId)Returns  AccumulatorInfofor cache of maIMapp. | 
| AccumulatorInfo | BasicAccumulator. getInfo() | 
| AccumulatorInfo | Accumulator. getInfo()Returns  AccumulatorInfoof this accumulator. | 
| Modifier and Type | Method and Description | 
|---|---|
| Accumulator | AccumulatorFactory. createAccumulator(AccumulatorInfo info) | 
| protected AccumulatorProcessor<Sequenced> | BasicAccumulator. createAccumulatorProcessor(AccumulatorInfo info,
                          QueryCacheEventService eventService) | 
| void | DefaultAccumulatorInfoSupplier. putIfAbsent(String mapName,
           String cacheId,
           AccumulatorInfo info) | 
| void | AccumulatorInfoSupplier. putIfAbsent(String mapName,
           String cacheId,
           AccumulatorInfo info)Adds a new  AccumulatorInfofor the query-cache ofIMap. | 
| Constructor and Description | 
|---|
| BasicAccumulator(QueryCacheContext context,
                AccumulatorInfo info) | 
| Modifier and Type | Method and Description | 
|---|---|
| AccumulatorInfo | PartitionAccumulatorRegistry. getInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Accumulator | PublisherAccumulatorFactory. createAccumulator(AccumulatorInfo info) | 
| void | EventPublisherAccumulatorProcessor. setInfo(AccumulatorInfo info) | 
| Constructor and Description | 
|---|
| EventPublisherAccumulatorProcessor(AccumulatorInfo info,
                                  QueryCacheEventService eventService) | 
| PartitionAccumulatorRegistry(AccumulatorInfo info,
                            ConstructorFunction<Integer,Accumulator> accumulatorConstructor) | 
| Modifier and Type | Method and Description | 
|---|---|
| Accumulator | SubscriberAccumulatorFactory. createAccumulator(AccumulatorInfo info) | 
| void | QueryCacheEndToEndConstructor. createPublisherAccumulator(AccumulatorInfo info)Creates a new publisher-accumulator according to  AccumulatorInfo. | 
| void | NodeQueryCacheEndToEndConstructor. createPublisherAccumulator(AccumulatorInfo info) | 
| void | AbstractQueryCacheEndToEndConstructor. createSubscriberAccumulator(AccumulatorInfo info) | 
| void | QueryCacheEndToEndConstructor. createSubscriberAccumulator(AccumulatorInfo info)Creates a new  SubscriberAccumulator | 
| Constructor and Description | 
|---|
| SubscriberAccumulator(QueryCacheContext context,
                     AccumulatorInfo info) | 
| Constructor and Description | 
|---|
| PublisherCreateOperation(AccumulatorInfo info) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.