Interface BookkeeperInternalCallbacks.BatchedReadEntryCallback

  • All Known Implementing Classes:
    BatchedReadOp
    Enclosing class:
    BookkeeperInternalCallbacks

    public static interface BookkeeperInternalCallbacks.BatchedReadEntryCallback
    Declaration of a callback implementation for calls from BookieClient objects. Such calls are for replies of batched read operations (operations to read multi entries from a ledger).
    • Method Detail

      • readEntriesComplete

        void readEntriesComplete​(int rc,
                                 long ledgerId,
                                 long startEntryId,
                                 ByteBufList bufList,
                                 java.lang.Object ctx)