Package | Description |
---|---|
com.hazelcast.map.impl.querycache.publisher |
This package contains classes which are used for
QueryCache
event publishing side. |
com.hazelcast.map.impl.querycache.utils |
Contains utility classes for
QueryCache implementation. |
Modifier and Type | Method and Description |
---|---|
PartitionAccumulatorRegistry |
PublisherRegistry.getOrCreate(String cacheId) |
PartitionAccumulatorRegistry |
PublisherRegistry.getOrNull(String cacheId) |
PartitionAccumulatorRegistry |
PublisherRegistry.remove(String cacheId) |
Modifier and Type | Method and Description |
---|---|
Map<String,PartitionAccumulatorRegistry> |
PublisherRegistry.getAll() |
Modifier and Type | Method and Description |
---|---|
static PartitionAccumulatorRegistry |
QueryCacheUtil.getAccumulatorRegistryOrNull(QueryCacheContext context,
String mapName,
String cacheId)
Returns
PartitionAccumulatorRegistry of a QueryCache . |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.