public interface DataStructureAdapter<K,V>
| 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) | 
void clear()
ICompletableFuture<V> getAsync(K key)
void remove(K key)
LocalMapStats getLocalMapStats()
boolean containsKey(K key)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.