Expand description
Flush related utilities and structs.
Structsยง
- DoFlush
Memtables ๐Result - Flat
Sources ๐ - Flush
Flat ๐MemResult - Flush
Scheduler ๐ - Manages background flushes of a worker.
- Flush
Status ๐ - Flush status of a region scheduled by the FlushScheduler.
- Region
Flush ๐Task - Task to flush a region.
- Write
Buffer Manager Impl - Default WriteBufferManager implementation.
Enumsยง
- Flush
Reason - Reason of a flush task.
Traitsยง
- Write
Buffer Manager - Global write buffer (memtable) manager.
Functionsยง
- memtable_
flat_ ๐sources - Returns the max sequence and FlatSource for the given memtable.
- memtable_
source ๐ - Returns a Source for the given memtable.
- merge_
and_ ๐dedup