Interface AsyncCallback.RecoverCallback

Enclosing interface:
AsyncCallback

@Public @Stable public static interface AsyncCallback.RecoverCallback
Async Callback for recovering ledgers.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recoverComplete(int rc, Object ctx)
    Callback definition for bookie recover operations.
  • Method Details

    • recoverComplete

      void recoverComplete(int rc, Object ctx)
      Callback definition for bookie recover operations.
      Parameters:
      rc - return code
      ctx - context object