Home
last modified time | relevance | path

Searched refs:trash_dir (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/file/
Dsst_file_manager_impl.cc481 std::string trash_dir, in NewSstFileManager() argument
494 return NewSstFileManager(env, fs, info_log, trash_dir, rate_bytes_per_sec, in NewSstFileManager()
501 const std::string& trash_dir, in NewSstFileManager() argument
513 if (delete_existing_trash && trash_dir != "") { in NewSstFileManager()
515 s = fs->GetChildren(trash_dir, IOOptions(), &files_in_trash, nullptr); in NewSstFileManager()
522 std::string path_in_trash = trash_dir + "/" + trash_file; in NewSstFileManager()
525 res->ScheduleFileDeletion(path_in_trash, trash_dir); in NewSstFileManager()
/rocksdb-6.9/include/rocksdb/
Dsst_file_manager.h118 const std::string& trash_dir = "", int64_t rate_bytes_per_sec = 0,
127 std::string trash_dir = "", int64_t rate_bytes_per_sec = 0,
/rocksdb-6.9/
DHISTORY.md559 * Deprecate trash_dir param in NewSstFileManager, right now we will rename deleted files to <name>.…