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

    Modifier and Type
    Method
    Description
    void
    readLacComplete(int rc, long ledgerId, io.netty.buffer.ByteBuf lac, io.netty.buffer.ByteBuf buffer, Object ctx)
     
  • Method Details

    • readLacComplete

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