com.hazelcast.util
Class CacheConcurrentHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.hazelcast.util.ConcurrentReferenceHashMap<K,V>
com.hazelcast.util.CacheConcurrentHashMap<K,V>
- Type Parameters:
K
- V
-
- All Implemented Interfaces:
- Serializable, ConcurrentMap<K,V>, Map<K,V>
public class CacheConcurrentHashMap<K,V>
- extends ConcurrentReferenceHashMap<K,V>
ConcurrentHashMap to extend iterator capability
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class com.hazelcast.util.ConcurrentReferenceHashMap |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, purgeStaleEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values |
CacheConcurrentHashMap
public CacheConcurrentHashMap(int initialCapacity)
CacheConcurrentHashMap
public CacheConcurrentHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
ConcurrentReferenceHashMap.ReferenceType keyType,
ConcurrentReferenceHashMap.ReferenceType valueType,
EnumSet<ConcurrentReferenceHashMap.Option> options)
fetchNext
public CacheKeyIteratorResult fetchNext(int nextTableIndex,
int size)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.