Package org.apache.bookkeeper.bookie
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.
-