Interface SkipListFlusher

All Known Implementing Classes:
SortedLedgerStorage

public interface SkipListFlusher
Flush entries from skip list.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry)
    Process an entry.
  • Method Details

    • process

      void process(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry) throws IOException
      Process an entry.
      Parameters:
      ledgerId - Ledger ID.
      entryId - The entry id this entry.
      entry - Entry ByteBuffer
      Throws:
      IOException