| 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.withCacheId(String cacheId)
Setter for name of the  
QueryCache. | 
QueryCacheRequest | 
QueryCacheRequest.withCacheName(String cacheName)
Sets the user given name for 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. | 
| Modifier and Type | Method and Description | 
|---|---|
InternalQueryCache | 
QueryCacheFactory.create(QueryCacheRequest request)  | 
protected QueryCacheConfig | 
AbstractQueryCacheEndToEndConstructor.initQueryCacheConfig(QueryCacheRequest request)  | 
| Constructor and Description | 
|---|
AbstractQueryCacheEndToEndConstructor(QueryCacheRequest request)  | 
NodeQueryCacheEndToEndConstructor(QueryCacheRequest request)  | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.