Interface BookkeeperInternalCallbacks.ForceLedgerCallback

All Known Implementing Classes:
ForceLedgerOp
Enclosing class:
BookkeeperInternalCallbacks

public static interface BookkeeperInternalCallbacks.ForceLedgerCallback
Force callback interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    forceLedgerComplete(int rc, long ledgerId, BookieId addr, Object ctx)
     
  • Method Details

    • forceLedgerComplete

      void forceLedgerComplete(int rc, long ledgerId, BookieId addr, Object ctx)