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.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
Modifier and Type | Class and Description |
---|---|
class |
MapListenerRegistry
Holds
QueryCacheListenerRegistry for each IMap . |
class |
MapPublisherRegistry
Registry of mappings like
mapName to PublisherRegistry . |
class |
PartitionAccumulatorRegistry
Registry of mappings like
partitionId to Accumulator . |
class |
PublisherRegistry
Registry of mappings like
cacheId to PartitionAccumulatorRegistry . |
class |
QueryCacheListenerRegistry
Holds IDs of registered listeners which are registered to listen underlying
IMap events to feed QueryCache . |
Modifier and Type | Class and Description |
---|---|
class |
MapSubscriberRegistry
Used to register and hold
SubscriberRegistry per IMap . |
class |
SubscriberRegistry
All registered subscriber side accumulators for an
IMap
can be reached from this registry class. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.