Uses of Interface
org.apache.bookkeeper.client.BookieWatcher
-
Packages that use BookieWatcher Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of BookieWatcher in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookieWatcher Modifier and Type Class Description (package private) class
BookieWatcherImpl
This class is responsible for maintaining a consistent view of what bookies are available by reading Zookeeper (and setting watches on the bookie nodes).Fields in org.apache.bookkeeper.client declared as BookieWatcher Modifier and Type Field Description BookieWatcher
LedgerChecker. bookieWatcher
Methods in org.apache.bookkeeper.client that return BookieWatcher Modifier and Type Method Description (package private) BookieWatcher
BookKeeper. getBookieWatcher()
BookieWatcher
ClientContext. getBookieWatcher()
Methods in org.apache.bookkeeper.client with parameters of type BookieWatcher Modifier and Type Method Description (package private) static java.util.List<BookieId>
EnsembleUtils. replaceBookiesInEnsemble(BookieWatcher bookieWatcher, LedgerMetadata metadata, java.util.List<BookieId> oldEnsemble, java.util.Map<java.lang.Integer,BookieId> failedBookies, java.lang.String logContext)
Constructors in org.apache.bookkeeper.client with parameters of type BookieWatcher Constructor Description LedgerChecker(BookieClient client, BookieWatcher watcher)
LedgerChecker(BookieClient client, BookieWatcher watcher, int inFlightReadEntryNum)
-