Package org.apache.bookkeeper.client
Interface ReadLastConfirmedOp.LastConfirmedDataCallback
-
- Enclosing class:
- ReadLastConfirmedOp
static interface ReadLastConfirmedOp.LastConfirmedDataCallback
Wrapper to get all recovered data from the request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readLastConfirmedDataComplete(int rc, DigestManager.RecoveryData data)
-
-
-
Method Detail
-
readLastConfirmedDataComplete
void readLastConfirmedDataComplete(int rc, DigestManager.RecoveryData data)
-
-