com.hazelcast.cache.impl.record
Interface SampleableCacheRecordMap<K extends Data,V extends CacheRecord>

All Superinterfaces:
CacheRecordMap<K,V>, EvictableStore<K,V>, Map<K,V>, SampleableEvictableStore<K,V>
All Known Implementing Classes:
CacheRecordHashMap

public interface SampleableCacheRecordMap<K extends Data,V extends CacheRecord>
extends CacheRecordMap<K,V>, SampleableEvictableStore<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface com.hazelcast.cache.impl.record.CacheRecordMap
fetchNext
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface com.hazelcast.cache.impl.eviction.impl.strategy.sampling.SampleableEvictableStore
sample
 
Methods inherited from interface com.hazelcast.cache.impl.eviction.EvictableStore
evict
 



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