Interface BookkeeperInternalCallbacks.ReadLacCallback

  • All Known Implementing Classes:
    PendingReadLacOp
    Enclosing class:
    BookkeeperInternalCallbacks

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void readLacComplete​(int rc, long ledgerId, io.netty.buffer.ByteBuf lac, io.netty.buffer.ByteBuf buffer, java.lang.Object ctx)  
    • Method Detail

      • readLacComplete

        void readLacComplete​(int rc,
                             long ledgerId,
                             io.netty.buffer.ByteBuf lac,
                             io.netty.buffer.ByteBuf buffer,
                             java.lang.Object ctx)