Interface WriteCache.EntryConsumer
-
- Enclosing class:
- WriteCache
public static interface WriteCache.EntryConsumer
Consumer that is used to scan the entire write cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry)
-