Package org.apache.bookkeeper.bookie
Interface SkipListFlusher
- All Known Implementing Classes:
SortedLedgerStorage
public interface SkipListFlusher
Flush entries from skip list.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry) Process an entry.
-
Method Details
-
process
Process an entry.- Parameters:
ledgerId- Ledger ID.entryId- The entry id this entry.entry- Entry ByteBuffer- Throws:
IOException
-