Home
last modified time | relevance | path

Searched refs:in_progress_files_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/file/
Dsst_file_manager_impl.cc107 if (in_progress_files_.find(fn) != in_progress_files_.end()) { in OnCompactionCompletion()
111 in_progress_files_.erase(fn); in OnCompactionCompletion()
457 in_progress_files_.insert(file_path); in OnAddFileImpl()
467 assert(in_progress_files_.find(file_path) == in_progress_files_.end()); in OnDeleteFileImpl()
473 if (in_progress_files_.find(file_path) != in_progress_files_.end()) { in OnDeleteFileImpl()
475 in_progress_files_.erase(file_path); in OnDeleteFileImpl()
Dsst_file_manager_impl.h168 std::unordered_set<std::string> in_progress_files_; variable