Package org.apache.bookkeeper.client
Interface ReadLastConfirmedAndEntryOp.LastConfirmedAndEntryCallback
-
- Enclosing class:
- ReadLastConfirmedAndEntryOp
static interface ReadLastConfirmedAndEntryOp.LastConfirmedAndEntryCallbackWrapper to get all recovered data from the request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadLastConfirmedAndEntryComplete(int rc, long lastAddConfirmed, LedgerEntry entry)
-
-
-
Method Detail
-
readLastConfirmedAndEntryComplete
void readLastConfirmedAndEntryComplete(int rc, long lastAddConfirmed, LedgerEntry entry)
-
-