| Constructor and Description |
|---|
ElasticHashMap(EnterpriseSerializationService ss,
com.hazelcast.internal.memory.MemoryAllocator malloc) |
ElasticHashMap(int initialCapacity,
float loadFactor,
EnterpriseSerializationService ss,
com.hazelcast.internal.memory.MemoryAllocator malloc) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
boolean |
delete(K key) |
void |
dispose() |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
putIfAbsent(K key,
V value) |
V |
remove(Object key) |
boolean |
remove(Object key,
Object value) |
V |
replace(K key,
V value) |
boolean |
replace(K key,
V oldValue,
V newValue) |
boolean |
set(K key,
V value) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, replaceAllpublic ElasticHashMap(EnterpriseSerializationService ss, com.hazelcast.internal.memory.MemoryAllocator malloc)
public ElasticHashMap(int initialCapacity,
float loadFactor,
EnterpriseSerializationService ss,
com.hazelcast.internal.memory.MemoryAllocator malloc)
public boolean delete(K key)
public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public void dispose()
dispose in interface com.hazelcast.nio.DisposableCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.