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