K - V - public class CacheConcurrentHashMap<K,V> extends ConcurrentReferenceHashMap<K,V>
ConcurrentReferenceHashMap.Option, ConcurrentReferenceHashMap.ReferenceTypeAbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
CacheConcurrentHashMap(int initialCapacity)  | 
CacheConcurrentHashMap(int initialCapacity,
                      float loadFactor,
                      int concurrencyLevel,
                      ConcurrentReferenceHashMap.ReferenceType keyType,
                      ConcurrentReferenceHashMap.ReferenceType valueType,
                      EnumSet<ConcurrentReferenceHashMap.Option> options)  | 
| Modifier and Type | Method and Description | 
|---|---|
CacheKeyIteratorResult | 
fetchNext(int nextTableIndex,
         int size)  | 
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, purgeStaleEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringpublic CacheConcurrentHashMap(int initialCapacity)
public CacheConcurrentHashMap(int initialCapacity,
                      float loadFactor,
                      int concurrencyLevel,
                      ConcurrentReferenceHashMap.ReferenceType keyType,
                      ConcurrentReferenceHashMap.ReferenceType valueType,
                      EnumSet<ConcurrentReferenceHashMap.Option> options)
public CacheKeyIteratorResult fetchNext(int nextTableIndex, int size)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.