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) BookieClient
BookKeeper. bookieClient
(package private) BookieClient
ForceLedgerOp. bookieClient
BookieClient
LedgerChecker. bookieClient
(package private) BookieClient
PendingReadLacOp. bookieClient
(package private) BookieClient
TryReadLastConfirmedOp. bookieClient
Methods in org.apache.bookkeeper.client that return BookieClient Modifier and Type Method Description (package private) BookieClient
BookKeeper. getBookieClient()
Get the BookieClient, currently used for doing bookie recovery.BookieClient
ClientContext. getBookieClient()
Methods in org.apache.bookkeeper.client with parameters of type BookieClient Modifier and Type Method Description (package private) static int
BookKeeper. 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 class
BookieClientImpl
Implements the client-side part of the BookKeeper protocol.
-