Uses of Class
com.hazelcast.config.QueryCacheConfig

Packages that use QueryCacheConfig
com.hazelcast.client.config Contains classes related to config for com.hazelcast.client 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of QueryCacheConfig in com.hazelcast.client.config
 

Methods in com.hazelcast.client.config that return types with arguments of type QueryCacheConfig
 Map<String,Map<String,QueryCacheConfig>> ClientConfig.getQueryCacheConfigs()
           
 

Methods in com.hazelcast.client.config with parameters of type QueryCacheConfig
 ClientConfig ClientConfig.addQueryCacheConfig(String mapName, QueryCacheConfig queryCacheConfig)
           
 

Method parameters in com.hazelcast.client.config with type arguments of type QueryCacheConfig
 void ClientConfig.setQueryCacheConfigs(Map<String,Map<String,QueryCacheConfig>> queryCacheConfigs)
           
 

Uses of QueryCacheConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return QueryCacheConfig
 QueryCacheConfig QueryCacheConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig)
          Adds EntryListenerConfig to this QueryCacheConfig.
 QueryCacheConfig QueryCacheConfig.addIndexConfig(MapIndexConfig mapIndexConfig)
           
 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.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<MapIndexConfig> 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.
 

Methods in com.hazelcast.config that return types with arguments of type QueryCacheConfig
 List<QueryCacheConfig> MapConfig.getQueryCacheConfigs()
          Returns all QueryCacheConfig instances defined on this MapConfig
 List<QueryCacheConfig> MapConfigReadOnly.getQueryCacheConfigs()
           
 

Methods in com.hazelcast.config with parameters of type QueryCacheConfig
 MapConfig MapConfig.addQueryCacheConfig(QueryCacheConfig queryCacheConfig)
          Adds a new queryCacheConfig to this MapConfig.
 

Method parameters in com.hazelcast.config with type arguments of type QueryCacheConfig
 void MapConfig.setQueryCacheConfigs(List<QueryCacheConfig> queryCacheConfigs)
          Sets QueryCacheConfig instances to this MapConfig
 

Constructors in com.hazelcast.config with parameters of type QueryCacheConfig
QueryCacheConfig(QueryCacheConfig other)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.