Class BookiesRackConfiguration
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<String,Map<String,BookieInfo>>
org.apache.pulsar.common.policies.data.BookiesRackConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
,Map<String, BookieInfo>> NavigableMap<String,
,Map<String, BookieInfo>> SortedMap<String,
Map<String, BookieInfo>>
The rack configuration map for bookies.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
removeBookie
(String address) void
updateBookie
(String group, String address, BookieInfo bookieInfo) Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
BookiesRackConfiguration
public BookiesRackConfiguration()
-
-
Method Details
-
removeBookie
-
getBookie
-
updateBookie
-