Uses of Interface
org.apache.bookkeeper.client.BookieWatcher
Packages that use BookieWatcher
-
Uses of BookieWatcher in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookieWatcherModifier and TypeClassDescription(package private) classThis 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 BookieWatcherMethods in org.apache.bookkeeper.client that return BookieWatcherModifier and TypeMethodDescription(package private) BookieWatcherBookKeeper.getBookieWatcher()ClientContext.getBookieWatcher()Methods in org.apache.bookkeeper.client with parameters of type BookieWatcherModifier and TypeMethodDescriptionEnsembleUtils.replaceBookiesInEnsemble(BookieWatcher bookieWatcher, LedgerMetadata metadata, List<BookieId> oldEnsemble, Map<Integer, BookieId> failedBookies, String logContext) Constructors in org.apache.bookkeeper.client with parameters of type BookieWatcherModifierConstructorDescriptionLedgerChecker(BookieClient client, BookieWatcher watcher) LedgerChecker(BookieClient client, BookieWatcher watcher, int inFlightReadEntryNum)