Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ForceLedgerCallback
-
Packages that use BookkeeperInternalCallbacks.ForceLedgerCallback Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperInternalCallbacks.ForceLedgerCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.ForceLedgerCallback Modifier and Type Class Description (package private) class
ForceLedgerOp
This represents a request to sync the ledger on every bookie. -
Uses of BookkeeperInternalCallbacks.ForceLedgerCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.ForceLedgerCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.ForceLedgerCallback
PerChannelBookieClient.ForceLedgerCompletion. cb
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ForceLedgerCallback Modifier and Type Method Description void
BookieClient. forceLedger(BookieId address, long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, java.lang.Object ctx)
Send a force request to the server.void
BookieClientImpl. forceLedger(BookieId addr, long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, java.lang.Object ctx)
(package private) void
PerChannelBookieClient. forceLedger(long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, java.lang.Object ctx)
Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ForceLedgerCallback Constructor Description ForceLedgerCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.ForceLedgerCallback originalCallback, java.lang.Object originalCtx, long ledgerId)
-