Package org.apache.bookkeeper.client
Interface ReadLastConfirmedAndEntryOp.LastConfirmedAndEntryCallback
- Enclosing class:
- ReadLastConfirmedAndEntryOp
static interface ReadLastConfirmedAndEntryOp.LastConfirmedAndEntryCallback
Wrapper to get all recovered data from the request.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadLastConfirmedAndEntryComplete(int rc, long lastAddConfirmed, LedgerEntry entry)
-
Method Details
-
readLastConfirmedAndEntryComplete
-