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 Summary

    Modifier and Type
    Method
    Description
    void
    readEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, Object ctx)
     
  • Method Details

    • readEntriesComplete

      void readEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, Object ctx)