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
Modifier and TypeMethodDescriptionvoidreadEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, Object ctx)
-
Method Details
-
readEntriesComplete
-