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, org.apache.bookkeeper.proto.checksum.DigestManager.RecoveryData data)
-