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(Hash h) |
void |
renderStatusHTML(Writer out) |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, 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(Hash h)
public void renderStatusHTML(Writer out) throws IOException
renderStatusHTML
in class KeyRing
IOException