Interface SkipListFlusher

  • All Known Implementing Classes:
    SortedLedgerStorage

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void process​(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry)
      Process an entry.
    • Method Detail

      • process

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