#[repr(u8)]
pub enum BottommostLevelCompaction {
Skip,
IfHaveCompactionFilter,
Force,
ForceOptimized,
}
Variants§
Skip
Skip bottommost level compaction
IfHaveCompactionFilter
Only compact bottommost level if there is a compaction filter This is the default option
Force
Always compact bottommost level
ForceOptimized
Always compact bottommost level but in bottommost level avoid double-compacting files created in the same compaction
Trait Implementations§
source§impl Clone for BottommostLevelCompaction
impl Clone for BottommostLevelCompaction
source§fn clone(&self) -> BottommostLevelCompaction
fn clone(&self) -> BottommostLevelCompaction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more