public interface CacheRecordMap<K extends Data,V extends CacheRecord> extends Map<K,V>, EvictableStore<K,V>
Modifier and Type | Method and Description |
---|---|
CacheKeyIteratorResult |
fetchNext(int nextTableIndex,
int size) |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
evict
CacheKeyIteratorResult fetchNext(int nextTableIndex, int size)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.