Searched refs:bottommost_level (Results 1 – 7 of 7) sorted by relevance
41 virtual bool bottommost_level() const { in bottommost_level() function42 return compaction_->bottommost_level(); in bottommost_level()
167 bool bottommost_level() const override { return is_bottommost_level; } in bottommost_level() function in ROCKSDB_NAMESPACE::FakeCompaction224 bool bottommost_level = false, in InitIterators() argument237 if (filter || bottommost_level) { in InitIterators()239 compaction_proxy_->is_bottommost_level = bottommost_level; in InitIterators()277 bool bottommost_level = false, in RunTest() argument281 bottommost_level, earliest_write_conflict_snapshot); in RunTest()
200 bool bottommost_level() const { return bottommost_level_; } in bottommost_level() function
90 compaction_ == nullptr ? false : compaction_->bottommost_level(); in CompactionIterator()
409 bottommost_level_ = c->bottommost_level(); in Prepare()
1244 int bottommost_level = 0; in OnCompactionCompleted() local1251 bottommost_level = level; in OnCompactionCompleted()1256 ci.output_level == bottommost_level) { in OnCompactionCompleted()
1547 if (compaction->bottommost_level() && in RunManualCompaction()