Interface BookkeeperInternalCallbacks.WriteCallback

All Known Implementing Classes:
AddCompletion, BookieImpl.NopWriteCallback, PendingAddOp, WriteEntryProcessor
Enclosing class:
BookkeeperInternalCallbacks

public static interface BookkeeperInternalCallbacks.WriteCallback
A writer callback interface.
  • Method Summary

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

    • writeComplete

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