Package org.apache.bookkeeper.proto
Interface BookkeeperInternalCallbacks.WriteCallback
- All Known Implementing Classes:
AddCompletion,BookieImpl.NopWriteCallback,PendingAddOp,WriteEntryProcessor
- Enclosing class:
- BookkeeperInternalCallbacks
public static interface BookkeeperInternalCallbacks.WriteCallback
A writer callback interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteComplete(int rc, long ledgerId, long entryId, BookieId addr, Object ctx)
-
Method Details
-
writeComplete
-