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.map.impl.querycache |
Contains query cache internal implementation classes.
|
com.hazelcast.map.impl.querycache.accumulator |
Contains
Accumulator
specific classes. |
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 | Method and Description |
---|---|
QueryCacheEventService |
ClientQueryCacheContext.getQueryCacheEventService() |
Modifier and Type | Class and Description |
---|---|
class |
ClientQueryCacheEventService
Client side event service implementation for query cache.
|
Constructor and Description |
---|
ClientQueryCacheConfigurator(ClientConfig clientConfig,
QueryCacheEventService eventService) |
Modifier and Type | Method and Description |
---|---|
QueryCacheEventService |
NodeQueryCacheContext.getQueryCacheEventService() |
QueryCacheEventService |
QueryCacheContext.getQueryCacheEventService()
Returns
QueryCacheEventService factory for this context
which will be used to create QueryCacheEventService implementations
for client or node sides. |
Modifier and Type | Method and Description |
---|---|
protected AccumulatorProcessor<Sequenced> |
BasicAccumulator.createAccumulatorProcessor(AccumulatorInfo info,
QueryCacheEventService eventService) |
Constructor and Description |
---|
EventPublisherAccumulatorProcessor(AccumulatorInfo info,
QueryCacheEventService eventService) |
EventPublisherAccumulatorProcessor(QueryCacheEventService eventService) |
Modifier and Type | Class and Description |
---|---|
class |
NodeQueryCacheEventService
Node side event service implementation for query cache.
|
Modifier and Type | Method and Description |
---|---|
QueryCacheEventService |
AbstractSubscriberContext.getEventService() |
QueryCacheEventService |
SubscriberContext.getEventService()
Returns
QueryCacheEventService for this context. |
Constructor and Description |
---|
AbstractQueryCacheConfigurator(ClassLoader configClassLoader,
QueryCacheEventService eventService) |
NodeQueryCacheConfigurator(Config config,
ClassLoader configClassLoader,
QueryCacheEventService eventService) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.