Home
last modified time | relevance | path

Searched refs:bottommost_level (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.h41 virtual bool bottommost_level() const { in bottommost_level() function
42 return compaction_->bottommost_level(); in bottommost_level()
Dcompaction_iterator_test.cc167 bool bottommost_level() const override { return is_bottommost_level; } in bottommost_level() function in ROCKSDB_NAMESPACE::FakeCompaction
224 bool bottommost_level = false, in InitIterators() argument
237 if (filter || bottommost_level) { in InitIterators()
239 compaction_proxy_->is_bottommost_level = bottommost_level; in InitIterators()
277 bool bottommost_level = false, in RunTest() argument
281 bottommost_level, earliest_write_conflict_snapshot); in RunTest()
Dcompaction.h200 bool bottommost_level() const { return bottommost_level_; } in bottommost_level() function
Dcompaction_iterator.cc90 compaction_ == nullptr ? false : compaction_->bottommost_level(); in CompactionIterator()
Dcompaction_job.cc409 bottommost_level_ = c->bottommost_level(); in Prepare()
/rocksdb-6.9/db/
Ddb_test2.cc1244 int bottommost_level = 0; in OnCompactionCompleted() local
1251 bottommost_level = level; in OnCompactionCompleted()
1256 ci.output_level == bottommost_level) { in OnCompactionCompleted()
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc1547 if (compaction->bottommost_level() && in RunManualCompaction()