Searched refs:NeedCompact (Results 1 – 12 of 12) sorted by relevance
78 if (collector->NeedCompact() != in main()124 if (collector->NeedCompact() != (deletions >= kNumDeletionTrigger) && in main()128 collector->NeedCompact(), in main()144 assert(collector->NeedCompact() == false); in main()160 if (collector->NeedCompact() && in main()
48 virtual bool NeedCompact() const override { in NeedCompact() function
36 virtual bool NeedCompact() const { return false; } in NeedCompact() function77 virtual bool NeedCompact() const override { in NeedCompact() function78 return collector_->NeedCompact(); in NeedCompact()
200 meta->marked_for_compaction = builder->NeedCompact(); in BuildTable()
1143 bool NeedCompact() const override { return num_deletes_ > 10; } in NeedCompact() function in ROCKSDB_NAMESPACE::CountingDeleteTabPropCollector
32 …2. The need-compaction hint given by TablePropertiesCollector::NeedCompact() will be persistent an…
93 bool NeedCompact() const override;
1185 bool BlockBasedTableBuilder::NeedCompact() const { in NeedCompact() function in ROCKSDB_NAMESPACE::BlockBasedTableBuilder1187 if (collector->NeedCompact()) { in NeedCompact()
161 virtual bool NeedCompact() const { return false; } in NeedCompact() function
120 virtual bool NeedCompact() const { return false; } in NeedCompact() function
1298 meta->marked_for_compaction = sub_compact->builder->NeedCompact(); in FinishCompactionOutputFile()
837 * The need-compaction hint given by TablePropertiesCollector::NeedCompact() will be persistent and …872 …s in that SST file. Note that this feature depends on an experimental NeedCompact() API --- the r…