Package | Description |
---|---|
com.hazelcast.client.impl.querycache.subscriber |
Contains Hazelcast Enterprise version client-side query cache
subscriber implementation classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
Constructor and Description |
---|
ClientQueryCacheEndToEndConstructor(QueryCacheRequest request) |
Modifier and Type | Field and Description |
---|---|
protected QueryCacheRequest |
AbstractQueryCacheEndToEndConstructor.request |
Modifier and Type | Method and Description |
---|---|
QueryCacheRequest |
QueryCacheRequest.forMap(IMap map)
Setter for underlying
IMap for this QueryCache . |
static QueryCacheRequest |
QueryCacheRequests.newQueryCacheRequest()
Creates and returns an instance of
QueryCacheRequest . |
QueryCacheRequest |
QueryCacheRequest.withCacheName(String cacheName)
Setter for name of the
QueryCache . |
QueryCacheRequest |
QueryCacheRequest.withContext(QueryCacheContext context)
The
QueryCacheContext on this node/client. |
QueryCacheRequest |
QueryCacheRequest.withIncludeValue(Boolean includeValue)
Setter for the
QueryCache for deciding
whether the implementation should cache values of entries. |
QueryCacheRequest |
QueryCacheRequest.withListener(MapListener listener)
Setter for the listener which will be used to listen the
QueryCache . |
QueryCacheRequest |
QueryCacheRequest.withPredicate(Predicate predicate)
Setter for the predicate which will be used to filter underlying
IMap
of this QueryCache . |
QueryCacheRequest |
QueryCacheRequest.withUserGivenCacheName(String userGivenCacheName)
Sets the user given name for the
QueryCache . |
Modifier and Type | Method and Description |
---|---|
protected QueryCacheConfig |
AbstractQueryCacheEndToEndConstructor.initQueryCacheConfig(QueryCacheRequest request) |
Constructor and Description |
---|
AbstractQueryCacheEndToEndConstructor(QueryCacheRequest request) |
NodeQueryCacheEndToEndConstructor(QueryCacheRequest request) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.