com.hazelcast.cache.impl
Class AbstractCacheRecordStore.MaxSizeEvictionChecker
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCacheRecordStore.MaxSizeEvictionChecker
protected AbstractCacheRecordStore.MaxSizeEvictionChecker()
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.