Package org.apache.bookkeeper.client
Interface AsyncCallback.RecoverCallback
-
- Enclosing interface:
- AsyncCallback
@Public @Stable public static interface AsyncCallback.RecoverCallback
Async Callback for recovering ledgers.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recoverComplete(int rc, java.lang.Object ctx)
Callback definition for bookie recover operations.
-