Uses of Class
com.hazelcast.config.NearCacheConfig

Packages that use NearCacheConfig
com.hazelcast.client.config   
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of NearCacheConfig in com.hazelcast.client.config
 

Methods in com.hazelcast.client.config that return NearCacheConfig
 NearCacheConfig ClientConfig.getNearCacheConfig(String mapName)
           
 

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

Methods in com.hazelcast.client.config with parameters of type NearCacheConfig
 ClientConfig ClientConfig.addNearCacheConfig(String mapName, NearCacheConfig nearCacheConfig)
           
 

Method parameters in com.hazelcast.client.config with type arguments of type NearCacheConfig
 ClientConfig ClientConfig.setNearCacheConfigMap(Map<String,NearCacheConfig> nearCacheConfigMap)
           
 

Uses of NearCacheConfig in com.hazelcast.config
 

Subclasses of NearCacheConfig in com.hazelcast.config
 class NearCacheConfigReadOnly
           
 

Methods in com.hazelcast.config that return NearCacheConfig
 NearCacheConfig MapConfigReadOnly.getNearCacheConfig()
           
 NearCacheConfig MapConfig.getNearCacheConfig()
           
 NearCacheConfig NearCacheConfig.setCacheLocalEntries(boolean cacheLocalEntries)
           
 NearCacheConfig NearCacheConfigReadOnly.setEvictionPolicy(String evictionPolicy)
           
 NearCacheConfig NearCacheConfig.setEvictionPolicy(String evictionPolicy)
           
 NearCacheConfig NearCacheConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 NearCacheConfig NearCacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 NearCacheConfig NearCacheConfigReadOnly.setInMemoryFormat(String inMemoryFormat)
           
 NearCacheConfig NearCacheConfig.setInMemoryFormat(String inMemoryFormat)
           
 NearCacheConfig NearCacheConfigReadOnly.setInvalidateOnChange(boolean invalidateOnChange)
           
 NearCacheConfig NearCacheConfig.setInvalidateOnChange(boolean invalidateOnChange)
           
 NearCacheConfig NearCacheConfigReadOnly.setMaxIdleSeconds(int maxIdleSeconds)
           
 NearCacheConfig NearCacheConfig.setMaxIdleSeconds(int maxIdleSeconds)
           
 NearCacheConfig NearCacheConfigReadOnly.setMaxSize(int maxSize)
           
 NearCacheConfig NearCacheConfig.setMaxSize(int maxSize)
           
 NearCacheConfig NearCacheConfigReadOnly.setTimeToLiveSeconds(int timeToLiveSeconds)
           
 NearCacheConfig NearCacheConfig.setTimeToLiveSeconds(int timeToLiveSeconds)
           
 

Methods in com.hazelcast.config with parameters of type NearCacheConfig
 MapConfig MapConfigReadOnly.setNearCacheConfig(NearCacheConfig nearCacheConfig)
           
 MapConfig MapConfig.setNearCacheConfig(NearCacheConfig nearCacheConfig)
           
 

Constructors in com.hazelcast.config with parameters of type NearCacheConfig
NearCacheConfig(NearCacheConfig config)
           
NearCacheConfigReadOnly(NearCacheConfig config)
           
 



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