Package org.apache.bookkeeper.proto
Interface BookkeeperInternalCallbacks.ReadEntryCallback
- All Known Implementing Classes:
LedgerRecoveryOp.RecoveryReadOp,ListenerBasedPendingReadOp,PendingReadOp,ReadLastConfirmedAndEntryOp,ReadLastConfirmedOp,TryReadLastConfirmedOp
- Enclosing class:
- BookkeeperInternalCallbacks
public static interface BookkeeperInternalCallbacks.ReadEntryCallback
Declaration of a callback implementation for calls from BookieClient objects.
Such calls are for replies of read operations (operations to read an entry
from a ledger).
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadEntryComplete(int rc, long ledgerId, long entryId, io.netty.buffer.ByteBuf buffer, Object ctx)
-
Method Details
-
readEntryComplete
void readEntryComplete(int rc, long ledgerId, long entryId, io.netty.buffer.ByteBuf buffer, Object ctx)
-