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) classForceLedgerOpThis 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.ForceLedgerCallbackForceLedgerCompletion. cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ForceLedgerCallback Modifier and Type Method Description voidBookieClient. forceLedger(BookieId address, long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, java.lang.Object ctx)Send a force request to the server.voidBookieClientImpl. forceLedger(BookieId addr, long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, java.lang.Object ctx)(package private) voidPerChannelBookieClient. 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(CompletionKey key, BookkeeperInternalCallbacks.ForceLedgerCallback originalCallback, java.lang.Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient)
-