Package org.apache.bookkeeper.proto
Interface BookkeeperInternalCallbacks.WriteLacCallback
- All Known Implementing Classes:
PendingWriteLacOp
- Enclosing class:
- BookkeeperInternalCallbacks
public static interface BookkeeperInternalCallbacks.WriteLacCallback
A last-add-confirmed (LAC) writer callback interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteLacComplete(int rc, long ledgerId, BookieId addr, Object ctx)
-
Method Details
-
writeLacComplete
-