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 TypeMethodDescriptionvoidaccept(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry)
-
Method Details
-
accept
- Throws:
IOException
-