Struct rocksdb::compaction_filter_factory::CompactionFilterContext [−][src]
pub struct CompactionFilterContext {
pub is_full_compaction: bool,
pub is_manual_compaction: bool,
}Context information of a compaction run
Fields
is_full_compaction: boolDoes this compaction run include all data files
is_manual_compaction: boolIs this compaction requested by the client (true), or is it occurring as an automatic compaction process