Uses of Class
com.hazelcast.config.EvictionConfig
Package
Description
Provides classes for configuring HazelcastInstance.
Contains config factory classes.
-
Uses of EvictionConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionCacheConfig.getEvictionConfig()
Gets theEvictionConfig
instance of the eviction configuration for thisICache
.CacheSimpleConfig.getEvictionConfig()
Gets the eviction configuration for thisICache
.MapConfig.getEvictionConfig()
Gets theEvictionConfig
instance of the eviction configuration for thisIMap
.NearCacheConfig.getEvictionConfig()
Returns the eviction configuration for this Near Cache.QueryCacheConfig.getEvictionConfig()
ReturnsEvictionConfig
instance for thisQueryCache
EvictionConfig.setComparator
(EvictionPolicyComparator comparator) Sets the instance of the configuredEvictionPolicyComparator
implementation.EvictionConfig.setComparatorClassName
(String comparatorClassName) Sets the class name of the configuredEvictionPolicyComparator
implementation.EvictionConfig.setEvictionPolicy
(EvictionPolicy evictionPolicy) Sets theEvictionPolicy
of this eviction configuration.EvictionConfig.setMaxSizePolicy
(MaxSizePolicy maxSizePolicy) Sets theMaxSizePolicy
of this eviction configuration.EvictionConfig.setSize
(int size) Sets the size which is used by theMaxSizePolicy
.Modifier and TypeMethodDescriptionCacheConfig.setEvictionConfig
(EvictionConfig evictionConfig) Sets theEvictionConfig
instance for eviction configuration for thisICache
.CacheSimpleConfig.setEvictionConfig
(EvictionConfig evictionConfig) Sets the eviction configuration for thisICache
.MapConfig.setEvictionConfig
(EvictionConfig evictionConfig) Sets theEvictionConfig
instance for eviction configuration for thisIMap
.NearCacheConfig.setEvictionConfig
(EvictionConfig evictionConfig) Sets the eviction configuration for this Near Cache.QueryCacheConfig.setEvictionConfig
(EvictionConfig evictionConfig) Sets theEvictionConfig
instance for thisQueryCache
-
Uses of EvictionConfig in com.hazelcast.spring.config
Modifier and TypeMethodDescriptionstatic EvictionConfig
ConfigFactory.newEvictionConfig
(Integer maxSize, MaxSizePolicy maxSizePolicy, EvictionPolicy evictionPolicy, boolean isNearCache, boolean isIMap, String comparatorClassName, EvictionPolicyComparator<?, ?, ?> comparator)