Package | Description |
---|---|
com.hazelcast.client.impl.querycache |
Contains query cache internal implementations for client side.
|
com.hazelcast.map.impl.querycache |
Contains query cache internal implementation classes.
|
com.hazelcast.map.impl.querycache.publisher |
This package contains classes which are used for
QueryCache
event publishing side. |
Modifier and Type | Method and Description |
---|---|
PublisherContext |
ClientQueryCacheContext.getPublisherContext() |
Modifier and Type | Method and Description |
---|---|
PublisherContext |
NodeQueryCacheContext.getPublisherContext() |
PublisherContext |
QueryCacheContext.getPublisherContext()
Returns
PublisherContext for this context. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPublisherContext
Default implementation of
PublisherContext . |
Modifier and Type | Method and Description |
---|---|
static void |
AccumulatorSweeper.flushAccumulator(PublisherContext publisherContext,
int partitionId) |
static void |
AccumulatorSweeper.flushAllAccumulators(PublisherContext publisherContext) |
static void |
AccumulatorSweeper.removeAccumulator(PublisherContext publisherContext,
int partitionId) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.