Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
QueryCacheConfig |
ClientConfig.getOrCreateQueryCacheConfig(String mapName,
String cacheName) |
QueryCacheConfig |
ClientConfig.getOrNullQueryCacheConfig(String mapName,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,QueryCacheConfig>> |
ClientConfig.getQueryCacheConfigs() |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ClientConfig.addQueryCacheConfig(String mapName,
QueryCacheConfig queryCacheConfig) |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ClientConfig.setQueryCacheConfigs(Map<String,Map<String,QueryCacheConfig>> queryCacheConfigs) |
Modifier and Type | Method and Description |
---|---|
QueryCacheConfig |
QueryCacheConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig)
Adds
EntryListenerConfig to this QueryCacheConfig . |
QueryCacheConfig |
QueryCacheConfig.addIndexConfig(IndexConfig indexConfig) |
QueryCacheConfig |
QueryCacheConfig.setBatchSize(int batchSize)
Sets the batch size which will be used to determine number of events to be sent in a batch to
QueryCache |
QueryCacheConfig |
QueryCacheConfig.setBufferSize(int bufferSize)
Sets the maximum number of events which can be stored in a buffer of partition.
|
QueryCacheConfig |
QueryCacheConfig.setCoalesce(boolean coalesce)
Set
true to enable coalescing, otherwise set false . |
QueryCacheConfig |
QueryCacheConfig.setDelaySeconds(int delaySeconds)
Sets the minimum number of delay seconds which an event waits in the buffer of node
before sending to a
QueryCache |
QueryCacheConfig |
QueryCacheConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) |
QueryCacheConfig |
QueryCacheConfig.setEvictionConfig(EvictionConfig evictionConfig)
Sets the
EvictionConfig instance for this QueryCache |
QueryCacheConfig |
QueryCacheConfig.setIncludeValue(boolean includeValue)
Set
true to enable value caching, otherwise set false |
QueryCacheConfig |
QueryCacheConfig.setIndexConfigs(List<IndexConfig> indexConfigs) |
QueryCacheConfig |
QueryCacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Sets memory format of values of entries in
QueryCache . |
QueryCacheConfig |
QueryCacheConfig.setName(String name)
Sets the name of
QueryCache . |
QueryCacheConfig |
QueryCacheConfig.setPopulate(boolean populate)
Set
true to enable initial population, otherwise set false . |
QueryCacheConfig |
QueryCacheConfig.setPredicateConfig(PredicateConfig predicateConfig)
Sets the predicate of
QueryCache . |
QueryCacheConfig |
QueryCacheConfig.setSerializeKeys(boolean serializeKeys)
Sets if the
QueryCache
key is stored in serialized format or by-reference. |
Modifier and Type | Method and Description |
---|---|
List<QueryCacheConfig> |
MapConfig.getQueryCacheConfigs()
Returns all
QueryCacheConfig instances defined on this MapConfig . |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.addQueryCacheConfig(QueryCacheConfig queryCacheConfig)
Adds a new
QueryCacheConfig to this MapConfig . |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setQueryCacheConfigs(List<QueryCacheConfig> queryCacheConfigs)
Sets
QueryCacheConfig instances to this MapConfig . |
Constructor and Description |
---|
QueryCacheConfig(QueryCacheConfig other) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.