public class BookiesRackConfiguration extends TreeMap<String,Map<String,BookieInfo>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BookiesRackConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Optional<BookieInfo> |
getBookie(String address) |
boolean |
removeBookie(String address) |
void |
updateBookie(String group,
String address,
BookieInfo bookieInfo) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, removepublic boolean removeBookie(String address)
public Optional<BookieInfo> getBookie(String address)
public void updateBookie(String group, String address, BookieInfo bookieInfo)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.