Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Dsst_file_manager_impl.h39 Status OnAddFile(const std::string& file_path, bool compaction = false);
43 Status OnAddFile(const std::string& file_path, uint64_t file_size,
Dsst_file_manager_impl.cc62 Status SstFileManagerImpl::OnAddFile(const std::string& file_path, in OnAddFile() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
74 Status SstFileManagerImpl::OnAddFile(const std::string& file_path, in OnAddFile() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
523 res->OnAddFile(path_in_trash); in NewSstFileManager()
Ddelete_scheduler.cc134 sfm->OnAddFile(trash_file); in CleanupDirectory()
Ddelete_scheduler_test.cc88 sst_file_mgr_->OnAddFile(file_path, false); in NewDummyFile()
/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc1614 sfm->OnAddFile(file_path, known_file_sizes.at(file_name), in Open()
1617 sfm->OnAddFile(file_path); in Open()
Ddb_impl_compaction_flush.cc230 sfm->OnAddFile(file_path); in FlushMemTableToOutputFile()
560 sfm->OnAddFile(file_path); in AtomicFlushMemTablesToOutputFiles()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc1392 sfm->OnAddFile(fname); in FinishCompactionOutputFile()