public class RegionRegistry extends ConcurrentHashMap<Fqn,Region>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RegionRegistry() |
Modifier and Type | Method and Description |
---|---|
int |
getLargestFqnLength() |
Region |
put(Fqn f,
Region r) |
Region |
putIfAbsent(Fqn f,
Region r) |
Region |
replace(Fqn f,
Region r) |
boolean |
replace(Fqn f,
Region oldR,
Region newR) |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, remove, remove, size, values
clone, equals, hashCode, toString
public Region putIfAbsent(Fqn f, Region r)
putIfAbsent
in interface ConcurrentMap<Fqn,Region>
putIfAbsent
in class ConcurrentHashMap<Fqn,Region>
public Region replace(Fqn f, Region r)
replace
in interface ConcurrentMap<Fqn,Region>
replace
in class ConcurrentHashMap<Fqn,Region>
public boolean replace(Fqn f, Region oldR, Region newR)
replace
in interface ConcurrentMap<Fqn,Region>
replace
in class ConcurrentHashMap<Fqn,Region>
public int getLargestFqnLength()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.