Home
last modified time | relevance | path

Searched refs:ApproximateOldestKeyTime (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Dmemtable_list.cc594 uint64_t MemTableList::ApproximateOldestKeyTime() const { in ApproximateOldestKeyTime() function in ROCKSDB_NAMESPACE::MemTableList
596 return current_->memlist_.back()->ApproximateOldestKeyTime(); in ApproximateOldestKeyTime()
Dmemtable_list.h301 uint64_t ApproximateOldestKeyTime() const;
Dmemtable.h419 uint64_t ApproximateOldestKeyTime() const { in ApproximateOldestKeyTime() function
Dflush_job.cc371 mems_.front()->ApproximateOldestKeyTime(); in WriteLevel0Table()
Dinternal_stats.cc900 *value = std::min({cfd_->mem()->ApproximateOldestKeyTime(), in HandleEstimateOldestKeyTime()
901 cfd_->imm()->ApproximateOldestKeyTime(), *value}); in HandleEstimateOldestKeyTime()