com.hazelcast.util
Class CacheConcurrentHashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by com.hazelcast.util.ConcurrentReferenceHashMap<K,V>
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.hazelcast.util.ConcurrentReferenceHashMap
ConcurrentReferenceHashMap.Option, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.SimpleEntry<K,V>, ConcurrentReferenceHashMap.WriteThroughEntry
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
CacheConcurrentHashMap(int initialCapacity)
           
CacheConcurrentHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, EnumSet<ConcurrentReferenceHashMap.Option> options)
           
 
Method Summary
 CacheKeyIteratorResult fetchNext(int nextTableIndex, int size)
           
 
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
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CacheConcurrentHashMap

public CacheConcurrentHashMap(int initialCapacity)

CacheConcurrentHashMap

public CacheConcurrentHashMap(int initialCapacity,
                              float loadFactor,
                              int concurrencyLevel,
                              ConcurrentReferenceHashMap.ReferenceType keyType,
                              ConcurrentReferenceHashMap.ReferenceType valueType,
                              EnumSet<ConcurrentReferenceHashMap.Option> options)
Method Detail

fetchNext

public CacheKeyIteratorResult fetchNext(int nextTableIndex,
                                        int size)


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