Package org.apache.bookkeeper.proto
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, java.lang.Object ctx)
-
-
-
Method Detail
-
readEntriesComplete
void readEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, java.lang.Object ctx)
-
-