Home
last modified time | relevance | path

Searched refs:GetTotalTrashSize (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dsst_file_manager.h82 virtual uint64_t GetTotalTrashSize() = 0;
/rocksdb-6.9/file/
Dsst_file_manager_impl.cc251 uint64_t SstFileManagerImpl::GetTotalTrashSize() { in GetTotalTrashSize() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
252 return delete_scheduler_.GetTotalTrashSize(); in GetTotalTrashSize()
Ddelete_scheduler.h65 uint64_t GetTotalTrashSize() { return total_trash_size_.load(); } in GetTotalTrashSize() function
Dsst_file_manager_impl.h107 uint64_t GetTotalTrashSize() override;