Uses of Class
com.hazelcast.config.EvictionConfig

Packages that use EvictionConfig
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.cache.impl.nearcache.impl.store Near cache store implementations. 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.spring Provides Spring interfaces/classes for Hazelcast. 
 

Uses of EvictionConfig in com.hazelcast.cache.impl
 

Fields in com.hazelcast.cache.impl declared as EvictionConfig
protected  EvictionConfig AbstractCacheRecordStore.evictionConfig
           
 

Methods in com.hazelcast.cache.impl with parameters of type EvictionConfig
protected  EvictionChecker AbstractCacheRecordStore.createEvictionChecker(EvictionConfig cacheEvictionConfig)
           
protected  EvictionPolicyEvaluator<Data,R> AbstractCacheRecordStore.createEvictionPolicyEvaluator(EvictionConfig cacheEvictionConfig)
           
protected  EvictionStrategy<Data,R,CRM> AbstractCacheRecordStore.createEvictionStrategy(EvictionConfig cacheEvictionConfig)
           
 

Uses of EvictionConfig in com.hazelcast.cache.impl.nearcache.impl.store
 

Methods in com.hazelcast.cache.impl.nearcache.impl.store with parameters of type EvictionConfig
protected  EvictionPolicyEvaluator<KS,R> AbstractNearCacheRecordStore.createEvictionPolicyEvaluator(EvictionConfig evictionConfig)
           
protected  EvictionStrategy<KS,R,NCRM> AbstractNearCacheRecordStore.createEvictionStrategy(EvictionConfig evictionConfig)
           
protected  MaxSizeChecker BaseHeapNearCacheRecordStore.createNearCacheMaxSizeChecker(EvictionConfig evictionConfig, NearCacheConfig nearCacheConfig, NearCacheContext nearCacheContext)
           
protected abstract  MaxSizeChecker AbstractNearCacheRecordStore.createNearCacheMaxSizeChecker(EvictionConfig evictionConfig, NearCacheConfig nearCacheConfig, NearCacheContext nearCacheContext)
           
 

Uses of EvictionConfig in com.hazelcast.config
 

Subclasses of EvictionConfig in com.hazelcast.config
 class CacheEvictionConfig
          Deprecated. Use EvictionConfig instead of this
 class CacheEvictionConfigReadOnly
          Deprecated. Use EvictionConfigReadOnly instead of this
 class EvictionConfigReadOnly
          Read only version of EvictionConfig.
 

Fields in com.hazelcast.config declared as EvictionConfig
protected  EvictionConfig EvictionConfig.readOnly
           
 

Methods in com.hazelcast.config that return EvictionConfig
 EvictionConfig CacheEvictionConfig.getAsReadOnly()
          Deprecated.  
 EvictionConfig EvictionConfig.getAsReadOnly()
           
 EvictionConfig CacheSimpleConfigReadOnly.getEvictionConfig()
           
 EvictionConfig CacheSimpleConfig.getEvictionConfig()
           
 EvictionConfig NearCacheConfig.getEvictionConfig()
           
 EvictionConfig QueryCacheConfig.getEvictionConfig()
          Returns EvictionConfig instance for this QueryCache
 EvictionConfig EvictionConfig.setEvictionPolicy(EvictionPolicy evictionPolicy)
           
 EvictionConfig EvictionConfig.setMaximumSizePolicy(EvictionConfig.MaxSizePolicy maxSizePolicy)
           
 EvictionConfig EvictionConfig.setSize(int size)
           
 

Methods in com.hazelcast.config with parameters of type EvictionConfig
 CacheConfig<K,V> CacheConfigReadOnly.setEvictionConfig(EvictionConfig evictionConfig)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setEvictionConfig(EvictionConfig evictionConfig)
           
 CacheSimpleConfig CacheSimpleConfig.setEvictionConfig(EvictionConfig evictionConfig)
           
 NearCacheConfig NearCacheConfig.setEvictionConfig(EvictionConfig evictionConfig)
           
 CacheConfig CacheConfig.setEvictionConfig(EvictionConfig evictionConfig)
          Sets the EvictionConfig instance for eviction configuration of the cache config.
 QueryCacheConfig QueryCacheConfig.setEvictionConfig(EvictionConfig evictionConfig)
          Sets the EvictionConfig instance for this QueryCache
 

Constructors in com.hazelcast.config with parameters of type EvictionConfig
CacheEvictionConfig(EvictionConfig config)
          Deprecated.  
CacheEvictionConfigReadOnly(EvictionConfig config)
          Deprecated.  
EvictionConfig(EvictionConfig config)
           
EvictionConfigReadOnly(EvictionConfig config)
           
NearCacheConfig(int timeToLiveSeconds, int maxSize, String evictionPolicy, int maxIdleSeconds, boolean invalidateOnChange, InMemoryFormat inMemoryFormat, EvictionConfig evictionConfig)
           
 

Uses of EvictionConfig in com.hazelcast.spring
 

Methods in com.hazelcast.spring that return EvictionConfig
protected  EvictionConfig AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper.getEvictionConfig(Node node)
           
 



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