public class SyncMapWrapper<K,V> extends Object implements Map<K,V>, LambdaLogger
Modifier and Type | Field and Description |
---|---|
static int |
TIMEOUT |
Constructor and Description |
---|
SyncMapWrapper(String name,
Map<K,V> map,
RpcExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
Logger |
log() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> data) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public static final int TIMEOUT
public SyncMapWrapper(String name, Map<K,V> map, RpcExecutorService executorService)
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
public Logger log()
log
in interface LambdaLogger
Copyright © 2015. All rights reserved.