Uses of Interface
org.apache.bookkeeper.proto.BookieClient
-
Packages that use BookieClient Package Description org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats.org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto 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 BookieClient Constructor Description EntryCopierImpl(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 BookieClient Modifier and Type Field Description (package private) BookieClientBookKeeper. bookieClient(package private) BookieClientForceLedgerOp. bookieClientBookieClientLedgerChecker. bookieClient(package private) BookieClientPendingReadLacOp. bookieClient(package private) BookieClientTryReadLastConfirmedOp. bookieClientMethods in org.apache.bookkeeper.client that return BookieClient Modifier and Type Method Description (package private) BookieClientBookKeeper. getBookieClient()Get the BookieClient, currently used for doing bookie recovery.BookieClientClientContext. getBookieClient()Methods in org.apache.bookkeeper.client with parameters of type BookieClient Modifier and Type Method Description (package private) static intBookKeeper. getReturnRc(BookieClient bookieClient, int rc)Constructors in org.apache.bookkeeper.client with parameters of type BookieClient Constructor Description ForceLedgerOp(LedgerHandle lh, BookieClient bookieClient, java.util.List<BookieId> ensemble, java.util.concurrent.CompletableFuture<java.lang.Void> cb)LedgerChecker(BookieClient client, BookieWatcher watcher)LedgerChecker(BookieClient client, BookieWatcher watcher, int inFlightReadEntryNum)PendingReadLacOp(LedgerHandle lh, BookieClient bookieClient, java.util.List<BookieId> ensemble, PendingReadLacOp.LacCallback cb)ReadLastConfirmedOp(BookieClient bookieClient, DistributionSchedule schedule, DigestManager digestManager, long ledgerId, java.util.List<BookieId> ensemble, byte[] ledgerKey, ReadLastConfirmedOp.LastConfirmedDataCallback cb)TryReadLastConfirmedOp(LedgerHandle lh, BookieClient bookieClient, java.util.List<BookieId> ensemble, ReadLastConfirmedOp.LastConfirmedDataCallback cb, long lac) -
Uses of BookieClient in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookieClient Modifier and Type Class Description classBookieClientImplImplements the client-side part of the BookKeeper protocol.
-