Class LedgerRecoveryOp.RecoveryReadOp

  • All Implemented Interfaces:
    java.lang.Runnable, org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadEntryCallback
    Enclosing class:
    LedgerRecoveryOp

    class LedgerRecoveryOp.RecoveryReadOp
    extends ListenerBasedPendingReadOp
    • Constructor Detail

      • RecoveryReadOp

        RecoveryReadOp​(LedgerHandle lh,
                       ClientContext clientCtx,
                       long startEntryId,
                       long endEntryId,
                       org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadEntryListener cb,
                       java.lang.Object ctx)