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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readLastConfirmedAndEntryComplete(int rc, long lastAddConfirmed, LedgerEntry entry)
-
-
-
Method Detail
-
readLastConfirmedAndEntryComplete
void readLastConfirmedAndEntryComplete(int rc, long lastAddConfirmed, LedgerEntry entry)
-
-