Interface WriteCache.EntryConsumer

Enclosing class:
WriteCache

public static interface WriteCache.EntryConsumer
Consumer that is used to scan the entire write cache.
  • Method Summary

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

    • accept

      void accept(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry) throws IOException
      Throws:
      IOException