Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadEntryListener
Packages that use BookkeeperInternalCallbacks.ReadEntryListener
-
Uses of BookkeeperInternalCallbacks.ReadEntryListener in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.ReadEntryListenerModifier and TypeClassDescription(package private) classThis class encapsulated the ledger recovery operation.Fields in org.apache.bookkeeper.client declared as BookkeeperInternalCallbacks.ReadEntryListenerModifier and TypeFieldDescription(package private) BookkeeperInternalCallbacks.ReadEntryListenerLedgerRecoveryOp.entryListener(package private) final BookkeeperInternalCallbacks.ReadEntryListenerListenerBasedPendingReadOp.listenerMethods in org.apache.bookkeeper.client with parameters of type BookkeeperInternalCallbacks.ReadEntryListenerModifier and TypeMethodDescription(package private) voidReadOnlyLedgerHandle.recover(BookkeeperInternalCallbacks.GenericCallback<Void> finalCb, BookkeeperInternalCallbacks.ReadEntryListener listener, boolean forceRecovery) Recover the ledger.(package private) LedgerRecoveryOpLedgerRecoveryOp.setEntryListener(BookkeeperInternalCallbacks.ReadEntryListener entryListener) Set an entry listener to listen on individual recovery reads during recovery procedure.Constructors in org.apache.bookkeeper.client with parameters of type BookkeeperInternalCallbacks.ReadEntryListenerModifierConstructorDescription(package private)ListenerBasedPendingReadOp(LedgerHandle lh, ClientContext clientCtx, long startEntryId, long endEntryId, BookkeeperInternalCallbacks.ReadEntryListener listener, Object ctx, boolean isRecoveryRead) (package private)RecoveryReadOp(LedgerHandle lh, ClientContext clientCtx, long startEntryId, long endEntryId, BookkeeperInternalCallbacks.ReadEntryListener cb, Object ctx)