public class IMapDataStructureAdapter<K,V> extends Object implements DataStructureAdapter<K,V>
Constructor and Description |
---|
IMapDataStructureAdapter(IMap<K,V> map) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(K key) |
V |
get(K key) |
Map<K,V> |
getAll(Set<K> keys) |
ICompletableFuture<V> |
getAsync(K key) |
LocalMapStats |
getLocalMapStats() |
V |
put(K key,
V value) |
void |
putAll(Map<K,V> map) |
void |
remove(K key) |
void |
set(K key,
V value) |
public void clear()
clear
in interface DataStructureAdapter<K,V>
public ICompletableFuture<V> getAsync(K key)
getAsync
in interface DataStructureAdapter<K,V>
public Map<K,V> getAll(Set<K> keys)
getAll
in interface DataStructureAdapter<K,V>
public void remove(K key)
remove
in interface DataStructureAdapter<K,V>
public LocalMapStats getLocalMapStats()
getLocalMapStats
in interface DataStructureAdapter<K,V>
public boolean containsKey(K key)
containsKey
in interface DataStructureAdapter<K,V>
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.