public abstract class AbstractServerNodeMap extends com.google.common.collect.ForwardingConcurrentMap<NodeId,ServerNode> implements ServerNodeMap
| Constructor and Description |
|---|
AbstractServerNodeMap() |
| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentMap<NodeId,ServerNode> |
delegate() |
protected ConcurrentMap<NodeId,ServerNode> |
makeNodeMap(com.google.common.collect.MapMaker mapMaker) |
putIfAbsent, remove, replace, replaceclear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddNode, addReference, containsNode, containsNodeId, getNamespaceTable, getNode, getNode, removeNodecompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected ConcurrentMap<NodeId,ServerNode> makeNodeMap(com.google.common.collect.MapMaker mapMaker)
protected final ConcurrentMap<NodeId,ServerNode> delegate()
delegate in class com.google.common.collect.ForwardingConcurrentMap<NodeId,ServerNode>Copyright © 2018. All rights reserved.