Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ForceLedgerCallback
Packages that use BookkeeperInternalCallbacks.ForceLedgerCallback
Package
Description
BookKeeper Client.
Classes related to the Bookkeeper protocol.
-
Uses of BookkeeperInternalCallbacks.ForceLedgerCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.ForceLedgerCallbackModifier and TypeClassDescription(package private) classThis 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.ForceLedgerCallbackModifier and TypeFieldDescription(package private) final BookkeeperInternalCallbacks.ForceLedgerCallbackForceLedgerCompletion.cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ForceLedgerCallbackModifier and TypeMethodDescriptionvoidBookieClient.forceLedger(BookieId address, long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, Object ctx) Send a force request to the server.voidBookieClientImpl.forceLedger(BookieId addr, long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, Object ctx) (package private) voidPerChannelBookieClient.forceLedger(long ledgerId, BookkeeperInternalCallbacks.ForceLedgerCallback cb, Object ctx) Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ForceLedgerCallbackModifierConstructorDescriptionForceLedgerCompletion(CompletionKey key, BookkeeperInternalCallbacks.ForceLedgerCallback originalCallback, Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient)