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.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
Modifier and Type | Method and Description |
---|---|
QueryCacheConfigurator |
ClientQueryCacheContext.getQueryCacheConfigurator() |
Modifier and Type | Class and Description |
---|---|
class |
ClientQueryCacheConfigurator
Client side implementation of
QueryCacheConfigurator . |
Modifier and Type | Method and Description |
---|---|
QueryCacheConfigurator |
NodeQueryCacheContext.getQueryCacheConfigurator() |
QueryCacheConfigurator |
QueryCacheContext.getQueryCacheConfigurator()
Returns
QueryCacheConfigurator for this context
which will be used to create QueryCacheConfigurator implementations
for client or node sides. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryCacheConfigurator
Abstract
QueryCacheConfigurator includes common functionality. |
class |
NodeQueryCacheConfigurator
Node side implementation of
QueryCacheConfigurator . |
Modifier and Type | Method and Description |
---|---|
QueryCacheConfigurator |
AbstractSubscriberContext.geQueryCacheConfigurator() |
QueryCacheConfigurator |
SubscriberContext.geQueryCacheConfigurator()
Returns
QueryCacheConfigurator for this context. |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.