K - type of the key of CacheRecord to be storedV - type of the value of CacheRecord to be storedpublic interface CacheRecordMap<K extends Data,V extends CacheRecord> extends Map<K,V>, EvictableStore<K,V>
CacheRecords.| Modifier and Type | Method and Description | 
|---|---|
| CacheKeyIteratorResult | fetchNext(int nextTableIndex,
         int size)Fetches keys in bulk as specified size at most. | 
| void | setEntryCounting(boolean enable)Sets the entry counting behaviour. | 
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuesevictvoid setEntryCounting(boolean enable)
enable - enables the entry counting behaviour if it is true, otherwise disables.CacheKeyIteratorResult fetchNext(int nextTableIndex, int size)
nextTableIndex - starting point for fetchingsize - maximum bulk size to fetch the keysCacheKeyIteratorResult instance contains fetched keysCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.