QueryCache
event subscription side.See: Description
Interface | Description |
---|---|
InternalQueryCache<K,V> |
Internal interface which adds some internally used methods
to
QueryCache interface. |
QueryCacheEndToEndConstructor |
Constructor which is used to construct all parts/sides of a
QueryCache system on nodes or on clients. |
QueryCacheRecordStore |
Common contract for implementations which store
QueryCacheRecord . |
SubscriberContext |
Context contract for subscriber side of a
QueryCache implementation. |
SubscriberContextSupport |
Contains various helpers for
SubscriberContext . |
Class | Description |
---|---|
AbstractQueryCacheConfigurator |
Abstract
QueryCacheConfigurator includes common functionality. |
AbstractQueryCacheEndToEndConstructor |
Provides generic functionality for
QueryCacheEndToEndConstructor implementations. |
AbstractSubscriberContext |
Abstract implementation of
SubscriberContext . |
EventPublisherHelper |
Helper class for publishing events to
QueryCache listeners. |
MapSubscriberRegistry |
Used to register and hold
SubscriberRegistry per IMap . |
NodeQueryCacheConfigurator |
Node side implementation of
QueryCacheConfigurator . |
NodeQueryCacheEndToEndConstructor |
Node-side implementation of
QueryCacheEndToEndConstructor . |
NodeQueryCacheEventService |
Node side event service implementation for query cache.
|
NodeQueryCacheScheduler |
Node side implementation of
QueryCacheScheduler . |
NodeSubscriberContext |
Node side implementation of
SubscriberContext . |
NodeSubscriberContextSupport |
SubscriberContextSupport implementation for node side. |
NullQueryCache |
Object for neutral
InternalQueryCache implementation. |
QueryCacheEndToEndProvider<K,V> |
Provides construction of whole
QueryCache
sub-system. |
QueryCacheEventListenerAdapters |
Responsible for creating
QueryCache
specific implementations of listeners. |
QueryCacheFactory |
Static factory for simple
QueryCache implementations. |
QueryCacheRecordHashMap |
Evictable concurrent hash map implementation.
|
QueryCacheRequest |
Represents a user request for creating a
QueryCache . |
SubscriberAccumulator |
If all incoming events are in the correct sequence order, this
accumulator applies those events to
QueryCache . |
SubscriberAccumulatorFactory |
Subscriber part implementation of
AccumulatorFactory . |
SubscriberListener |
Subscriber side listener per
QueryCache which listens events sent by publisher-sides. |
SubscriberRegistry |
All registered subscriber side accumulators for an
IMap
can be reached from this registry class. |
This package contains classes which are used for QueryCache
event subscription side.
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.