public class PersistentKeyRing extends KeyRing
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PersistentKeyRing(RouterContext ctx) |
Modifier and Type | Method and Description |
---|---|
SessionKey |
put(Hash h,
SessionKey sk) |
SessionKey |
remove(Object o) |
renderStatusHTML
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, replace, replace, size, values
clone, equals, hashCode, toString
public PersistentKeyRing(RouterContext ctx)
public SessionKey put(Hash h, SessionKey sk)
put
in interface Map<Hash,SessionKey>
put
in class ConcurrentHashMap<Hash,SessionKey>
public SessionKey remove(Object o)
remove
in interface Map<Hash,SessionKey>
remove
in class ConcurrentHashMap<Hash,SessionKey>