Uses of Interface
org.apache.bookkeeper.bookie.SkipListFlusher
Packages that use SkipListFlusher
Package
Description
Provides a Bookie server that stores entries for clients.
-
Uses of SkipListFlusher in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement SkipListFlusherModifier and TypeClassDescriptionclassASortedLedgerStorageis an extension ofInterleavedLedgerStorage.Methods in org.apache.bookkeeper.bookie with parameters of type SkipListFlusherModifier and TypeMethodDescription(package private) longEntryMemTable.flush(SkipListFlusher flusher) Flush snapshot and clear it.longEntryMemTable.flush(SkipListFlusher flusher, CheckpointSource.Checkpoint checkpoint) Flush memtable until checkpoint.(package private) longEntryMemTable.flushSnapshot(SkipListFlusher flusher, CheckpointSource.Checkpoint checkpoint) Flush snapshot and clear it iff its data is before checkpoint.(package private) longEntryMemTableWithParallelFlusher.flushSnapshot(SkipListFlusher flusher, CheckpointSource.Checkpoint checkpoint) Functionally this overridden flushSnapshot does the same as EntryMemTable's flushSnapshot, but it uses flushExecutor (OrderedExecutor) to process an entry through flusher.