Interface BookkeeperInternalCallbacks.WriteLacCallback

All Known Implementing Classes:
PendingWriteLacOp
Enclosing class:
BookkeeperInternalCallbacks

public static interface BookkeeperInternalCallbacks.WriteLacCallback
A last-add-confirmed (LAC) writer callback interface.
  • Method Summary

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

    • writeLacComplete

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