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.ReadEntryCallbackDeclaration 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadEntryComplete(int rc, long ledgerId, long entryId, io.netty.buffer.ByteBuf buffer, java.lang.Object ctx)
-