Uses of Interface
org.apache.bookkeeper.proto.BookieClient
Packages that use BookieClient
Package
Description
Package of the classes for defining bookie stats.
BookKeeper Client.
Classes related to the Bookkeeper protocol.
-
Uses of BookieClient in org.apache.bookkeeper.bookie.datainteg
Constructors in org.apache.bookkeeper.bookie.datainteg with parameters of type BookieClientModifierConstructorDescriptionEntryCopierImpl(BookieId bookieId, BookieClient bookieClient, LedgerStorage storage, com.google.common.base.Ticker ticker) -
Uses of BookieClient in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as BookieClientModifier and TypeFieldDescription(package private) final BookieClientBookKeeper.bookieClient(package private) final BookieClientForceLedgerOp.bookieClientfinal BookieClientLedgerChecker.bookieClient(package private) BookieClientPendingReadLacOp.bookieClient(package private) final BookieClientTryReadLastConfirmedOp.bookieClientMethods in org.apache.bookkeeper.client that return BookieClientModifier and TypeMethodDescription(package private) BookieClientBookKeeper.getBookieClient()Get the BookieClient, currently used for doing bookie recovery.ClientContext.getBookieClient()Methods in org.apache.bookkeeper.client with parameters of type BookieClientModifier and TypeMethodDescription(package private) static intBookKeeper.getReturnRc(BookieClient bookieClient, int rc) Constructors in org.apache.bookkeeper.client with parameters of type BookieClientModifierConstructorDescription(package private)ForceLedgerOp(LedgerHandle lh, BookieClient bookieClient, List<BookieId> ensemble, CompletableFuture<Void> cb) LedgerChecker(BookieClient client, BookieWatcher watcher) LedgerChecker(BookieClient client, BookieWatcher watcher, int inFlightReadEntryNum) (package private)PendingReadLacOp(LedgerHandle lh, BookieClient bookieClient, List<BookieId> ensemble, PendingReadLacOp.LacCallback cb) ReadLastConfirmedOp(BookieClient bookieClient, DistributionSchedule schedule, DigestManager digestManager, long ledgerId, List<BookieId> ensemble, byte[] ledgerKey, ReadLastConfirmedOp.LastConfirmedDataCallback cb) (package private)TryReadLastConfirmedOp(LedgerHandle lh, BookieClient bookieClient, List<BookieId> ensemble, ReadLastConfirmedOp.LastConfirmedDataCallback cb, long lac) -
Uses of BookieClient in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookieClientModifier and TypeClassDescriptionclassImplements the client-side part of the BookKeeper protocol.