|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEvictionConfig | |
---|---|
com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
Uses of CacheEvictionConfig in com.hazelcast.cache.impl |
---|
Fields in com.hazelcast.cache.impl declared as CacheEvictionConfig | |
---|---|
protected CacheEvictionConfig |
AbstractCacheRecordStore.evictionConfig
|
Methods in com.hazelcast.cache.impl with parameters of type CacheEvictionConfig | |
---|---|
protected EvictionChecker |
AbstractCacheRecordStore.createEvictionChecker(CacheEvictionConfig cacheEvictionConfig)
|
protected EvictionPolicyEvaluator<Data,R> |
AbstractCacheRecordStore.creatEvictionPolicyEvaluator(CacheEvictionConfig cacheEvictionConfig)
|
protected EvictionStrategy<Data,R,CRM> |
AbstractCacheRecordStore.creatEvictionStrategy(CacheEvictionConfig cacheEvictionConfig)
|
Uses of CacheEvictionConfig in com.hazelcast.config |
---|
Subclasses of CacheEvictionConfig in com.hazelcast.config | |
---|---|
class |
CacheEvictionConfigReadOnly
Contains the configuration for a size of cache. |
Methods in com.hazelcast.config that return CacheEvictionConfig | |
---|---|
CacheEvictionConfig |
CacheConfigReadOnly.getEvictionConfig()
|
CacheEvictionConfig |
CacheSimpleConfigReadOnly.getEvictionConfig()
|
CacheEvictionConfig |
CacheSimpleConfig.getEvictionConfig()
|
CacheEvictionConfig |
CacheConfig.getEvictionConfig()
Gets the CacheEvictionConfig instance for eviction configuration of the cache config. |
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setEvictionPolicy(EvictionPolicy evictionPolicy)
|
CacheEvictionConfig |
CacheEvictionConfig.setEvictionPolicy(EvictionPolicy evictionPolicy)
|
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setMaxSizePolicy(CacheEvictionConfig.CacheMaxSizePolicy maxSizePolicy)
|
CacheEvictionConfig |
CacheEvictionConfig.setMaxSizePolicy(CacheEvictionConfig.CacheMaxSizePolicy maxSizePolicy)
|
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setSize(int size)
|
CacheEvictionConfig |
CacheEvictionConfig.setSize(int size)
|
Methods in com.hazelcast.config with parameters of type CacheEvictionConfig | |
---|---|
CacheConfig<K,V> |
CacheConfigReadOnly.setEvictionConfig(CacheEvictionConfig evictionConfig)
|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setEvictionConfig(CacheEvictionConfig evictionConfig)
|
CacheSimpleConfig |
CacheSimpleConfig.setEvictionConfig(CacheEvictionConfig evictionConfig)
|
CacheConfig |
CacheConfig.setEvictionConfig(CacheEvictionConfig evictionConfig)
Sets the CacheEvictionConfig instance for eviction configuration of the cache config. |
Constructors in com.hazelcast.config with parameters of type CacheEvictionConfig | |
---|---|
CacheEvictionConfig(CacheEvictionConfig config)
|
|
CacheEvictionConfigReadOnly(CacheEvictionConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |