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

All Superinterfaces:
EvictableStore<K,V>, Map<K,V>
All Known Subinterfaces:
SampleableCacheRecordMap<K,V>
All Known Implementing Classes:
CacheRecordHashMap

public interface CacheRecordMap<K extends Data,V extends CacheRecord>
extends Map<K,V>, EvictableStore<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 CacheKeyIteratorResult fetchNext(int nextTableIndex, int size)
           
 
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.EvictableStore
evict
 

Method Detail

fetchNext

CacheKeyIteratorResult fetchNext(int nextTableIndex,
                                 int size)


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