Home
last modified time | relevance | path

Searched refs:SstFileManagerImpl (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/file/
Dsst_file_manager_impl.cc22 SstFileManagerImpl::SstFileManagerImpl(Env* env, std::shared_ptr<FileSystem> fs, in SstFileManagerImpl() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
44 SstFileManagerImpl::~SstFileManagerImpl() { in ~SstFileManagerImpl()
48 void SstFileManagerImpl::Close() { in Close()
136 void SstFileManagerImpl::SetCompactionBufferSize( in SetCompactionBufferSize()
159 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction()
224 uint64_t SstFileManagerImpl::GetTotalSize() { in GetTotalSize()
230 SstFileManagerImpl::GetTrackedFiles() { in GetTrackedFiles()
243 double SstFileManagerImpl::GetMaxTrashDBRatio() { in GetMaxTrashDBRatio()
265 void SstFileManagerImpl::ClearError() { in ClearError()
436 void SstFileManagerImpl::WaitForEmptyTrash() { in WaitForEmptyTrash()
[all …]
Ddelete_scheduler.h25 class SstFileManagerImpl; variable
37 Logger* info_log, SstFileManagerImpl* sst_file_manager,
83 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
134 SstFileManagerImpl* sst_file_manager_;
Dsst_file_manager_impl.h28 class SstFileManagerImpl : public SstFileManager {
30 explicit SstFileManagerImpl(Env* env, std::shared_ptr<FileSystem> fs,
36 ~SstFileManagerImpl();
Dfile_util.cc96 SstFileManagerImpl* sfm = in DeleteDBFile()
97 static_cast<SstFileManagerImpl*>(db_options->sst_file_manager.get()); in DeleteDBFile()
Ddelete_scheduler.cc24 SstFileManagerImpl* sst_file_manager, in DeleteScheduler()
115 Status DeleteScheduler::CleanupDirectory(Env* env, SstFileManagerImpl* sfm, in CleanupDirectory()
Ddelete_scheduler_test.cc99 new SstFileManagerImpl(env_, fs, nullptr, rate_bytes_per_sec_, in NewDeleteScheduler()
108 std::unique_ptr<SstFileManagerImpl> sst_file_mgr_;
/rocksdb-6.9/db/
Ddb_sst_test.cc281 auto sfm = static_cast<SstFileManagerImpl*>(sst_file_manager.get()); in TEST_F()
335 sfm = static_cast<SstFileManagerImpl*>(sst_file_manager.get()); in TEST_F()
398 auto sfm = static_cast<SstFileManagerImpl*>(options.sst_file_manager.get()); in TEST_F()
465 auto sfm = static_cast<SstFileManagerImpl*>(options.sst_file_manager.get()); in TEST_F()
545 auto sfm = static_cast<SstFileManagerImpl*>(options.sst_file_manager.get()); in TEST_P()
606 auto sfm = static_cast<SstFileManagerImpl*>(options.sst_file_manager.get()); in TEST_F()
652 auto sfm = static_cast<SstFileManagerImpl*>(options.sst_file_manager.get()); in TEST_F()
758 auto sfm = static_cast<SstFileManagerImpl*>(sst_file_manager.get()); in TEST_F()
787 auto sfm = static_cast<SstFileManagerImpl*>(sst_file_manager.get()); in TEST_F()
836 auto sfm = static_cast<SstFileManagerImpl*>(sst_file_manager.get()); in TEST_F()
[all …]
Derror_handler.cc130 SstFileManagerImpl* sfm = reinterpret_cast<SstFileManagerImpl*>( in CancelErrorRecovery()
320 SstFileManagerImpl* sfm = in RecoverFromNoSpace()
321 reinterpret_cast<SstFileManagerImpl*>(db_options_.sst_file_manager.get()); in RecoverFromNoSpace()
Dcolumn_family.cc323 auto sfm = static_cast<SstFileManagerImpl*>(db_options.sst_file_manager.get()); in SanitizeOptions()
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc33 auto sfm = static_cast<SstFileManagerImpl*>( in EnoughRoomForCompaction()
224 auto sfm = static_cast<SstFileManagerImpl*>( in FlushMemTableToOutputFile()
548 auto sfm = static_cast<SstFileManagerImpl*>( in AtomicFlushMemTablesToOutputFiles()
1062 auto sfm = static_cast<SstFileManagerImpl*>( in CompactFilesImpl()
2861 auto sfm = static_cast<SstFileManagerImpl*>( in BackgroundCompaction()
Ddb_impl_open.cc154 auto sfm = static_cast<SstFileManagerImpl*>(result.sst_file_manager.get()); in SanitizeOptions()
1566 auto sfm = static_cast<SstFileManagerImpl*>( in Open()
Ddb_impl.cc585 auto sfm = static_cast<SstFileManagerImpl*>( in CloseHelper()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_test.cc588 SstFileManagerImpl *sfm = in TEST_F()
589 static_cast<SstFileManagerImpl *>(sst_file_manager.get()); in TEST_F()
646 SstFileManagerImpl *sfm = in TEST_F()
647 static_cast<SstFileManagerImpl *>(sst_file_manager.get()); in TEST_F()
Dblob_db_impl.cc237 SstFileManagerImpl* sfm = static_cast<SstFileManagerImpl*>( in Open()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc1390 static_cast<SstFileManagerImpl*>(db_options_.sst_file_manager.get()); in FinishCompactionOutputFile()