Interface WriteCache.EntryConsumer

  • Enclosing class:
    WriteCache

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

      • accept

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