com.hazelcast.cache.impl
Class AbstractCacheRecordStore.MaxSizeEvictionChecker

java.lang.Object
  extended by com.hazelcast.cache.impl.AbstractCacheRecordStore.MaxSizeEvictionChecker
All Implemented Interfaces:
EvictionChecker
Enclosing class:
AbstractCacheRecordStore<R extends CacheRecord,CRM extends SampleableCacheRecordMap<Data,R>>

protected class AbstractCacheRecordStore.MaxSizeEvictionChecker
extends Object
implements EvictionChecker


Field Summary
 
Fields inherited from interface com.hazelcast.cache.impl.eviction.EvictionChecker
EVICT_ALWAYS
 
Constructor Summary
protected AbstractCacheRecordStore.MaxSizeEvictionChecker()
           
 
Method Summary
 boolean isEvictionRequired()
          Checks for if eviction is required or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCacheRecordStore.MaxSizeEvictionChecker

protected AbstractCacheRecordStore.MaxSizeEvictionChecker()
Method Detail

isEvictionRequired

public boolean isEvictionRequired()
Description copied from interface: EvictionChecker
Checks for if eviction is required or not.

Specified by:
isEvictionRequired in interface EvictionChecker
Returns:
true if eviction is required, otherwise false


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