类 BookiesRackConfiguration
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<String,Map<String,BookieInfo>>
org.apache.pulsar.common.policies.data.BookiesRackConfiguration
- 所有已实现的接口:
Serializable,Cloneable,Map<String,,Map<String, BookieInfo>> NavigableMap<String,,Map<String, BookieInfo>> SortedMap<String,Map<String, BookieInfo>>
The rack configuration map for bookies.
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanremoveBookie(String address) voidupdateBookie(String group, String address, BookieInfo bookieInfo) 从类继承的方法 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从类继承的方法 java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
构造器详细资料
-
BookiesRackConfiguration
public BookiesRackConfiguration()
-
-
方法详细资料
-
removeBookie
-
getBookie
-
updateBookie
-