Uses of Interface
com.hazelcast.cache.impl.eviction.EvictionChecker

Packages that use EvictionChecker
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.cache.impl.eviction Eviction policy implementations for cache. 
com.hazelcast.cache.impl.eviction.impl.strategy EvictionStrategy implementations for cache. 
 

Uses of EvictionChecker in com.hazelcast.cache.impl
 

Classes in com.hazelcast.cache.impl that implement EvictionChecker
protected  class AbstractCacheRecordStore.MaxSizeEvictionChecker
           
 

Fields in com.hazelcast.cache.impl declared as EvictionChecker
protected  EvictionChecker AbstractCacheRecordStore.evictionChecker
           
 

Methods in com.hazelcast.cache.impl that return EvictionChecker
protected  EvictionChecker AbstractCacheRecordStore.createEvictionChecker(CacheEvictionConfig cacheEvictionConfig)
           
 

Uses of EvictionChecker in com.hazelcast.cache.impl.eviction
 

Fields in com.hazelcast.cache.impl.eviction declared as EvictionChecker
static EvictionChecker EvictionChecker.EVICT_ALWAYS
           
 

Methods in com.hazelcast.cache.impl.eviction with parameters of type EvictionChecker
 int EvictionStrategy.evict(S evictableStore, EvictionPolicyEvaluator<A,E> evictionPolicyEvaluator, EvictionChecker evictionChecker)
          Does eviction if eviction is required by given EvictionChecker.
 

Uses of EvictionChecker in com.hazelcast.cache.impl.eviction.impl.strategy
 

Methods in com.hazelcast.cache.impl.eviction.impl.strategy with parameters of type EvictionChecker
 int AbstractEvictionStrategy.evict(S evictableStore, EvictionPolicyEvaluator<A,E> evictionPolicyEvaluator, EvictionChecker evictionChecker)
          Does eviction if eviction is required by given EvictionChecker.
 



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