Home
last modified time | relevance | path

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

12345678

/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/file/
H A Dsst_file_manager_impl.cc21 SstFileManagerImpl::SstFileManagerImpl( in SstFileManagerImpl() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
43 SstFileManagerImpl::~SstFileManagerImpl() { in ~SstFileManagerImpl()
48 void SstFileManagerImpl::Close() { in Close()
125 void SstFileManagerImpl::SetCompactionBufferSize( in SetCompactionBufferSize()
148 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction()
213 uint64_t SstFileManagerImpl::GetTotalSize() { in GetTotalSize()
219 SstFileManagerImpl::GetTrackedFiles() { in GetTrackedFiles()
232 double SstFileManagerImpl::GetMaxTrashDBRatio() { in GetMaxTrashDBRatio()
254 void SstFileManagerImpl::ClearError() { in ClearError()
425 void SstFileManagerImpl::WaitForEmptyTrash() { in WaitForEmptyTrash()
[all …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
39 SstFileManagerImpl* sst_file_manager,
85 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
141 SstFileManagerImpl* sst_file_manager_;
/dports/databases/rocksdb-lite/rocksdb-6.26.1/file/
H A Dsst_file_manager_impl.cc22 SstFileManagerImpl::SstFileManagerImpl( in SstFileManagerImpl() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
44 SstFileManagerImpl::~SstFileManagerImpl() { in ~SstFileManagerImpl()
49 void SstFileManagerImpl::Close() { in Close()
126 void SstFileManagerImpl::SetCompactionBufferSize( in SetCompactionBufferSize()
149 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction()
214 uint64_t SstFileManagerImpl::GetTotalSize() { in GetTotalSize()
220 SstFileManagerImpl::GetTrackedFiles() { in GetTrackedFiles()
233 double SstFileManagerImpl::GetMaxTrashDBRatio() { in GetMaxTrashDBRatio()
255 void SstFileManagerImpl::ClearError() { in ClearError()
426 void SstFileManagerImpl::WaitForEmptyTrash() { in WaitForEmptyTrash()
[all …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
39 SstFileManagerImpl* sst_file_manager,
85 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
141 SstFileManagerImpl* sst_file_manager_;
/dports/databases/rocksdb/rocksdb-6.26.1/file/
H A Dsst_file_manager_impl.cc22 SstFileManagerImpl::SstFileManagerImpl( in SstFileManagerImpl() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
44 SstFileManagerImpl::~SstFileManagerImpl() { in ~SstFileManagerImpl()
49 void SstFileManagerImpl::Close() { in Close()
126 void SstFileManagerImpl::SetCompactionBufferSize( in SetCompactionBufferSize()
149 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction()
214 uint64_t SstFileManagerImpl::GetTotalSize() { in GetTotalSize()
220 SstFileManagerImpl::GetTrackedFiles() { in GetTrackedFiles()
233 double SstFileManagerImpl::GetMaxTrashDBRatio() { in GetMaxTrashDBRatio()
255 void SstFileManagerImpl::ClearError() { in ClearError()
426 void SstFileManagerImpl::WaitForEmptyTrash() { in WaitForEmptyTrash()
[all …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
39 SstFileManagerImpl* sst_file_manager,
85 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
141 SstFileManagerImpl* sst_file_manager_;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/file/
H A Dsst_file_manager_impl.cc21 SstFileManagerImpl::SstFileManagerImpl( in SstFileManagerImpl() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
43 SstFileManagerImpl::~SstFileManagerImpl() { in ~SstFileManagerImpl()
48 void SstFileManagerImpl::Close() { in Close()
125 void SstFileManagerImpl::SetCompactionBufferSize( in SetCompactionBufferSize()
148 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction()
213 uint64_t SstFileManagerImpl::GetTotalSize() { in GetTotalSize()
219 SstFileManagerImpl::GetTrackedFiles() { in GetTrackedFiles()
232 double SstFileManagerImpl::GetMaxTrashDBRatio() { in GetMaxTrashDBRatio()
254 void SstFileManagerImpl::ClearError() { in ClearError()
425 void SstFileManagerImpl::WaitForEmptyTrash() { in WaitForEmptyTrash()
[all …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
39 SstFileManagerImpl* sst_file_manager,
85 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
141 SstFileManagerImpl* sst_file_manager_;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/file/
H A Dsst_file_manager_impl.cc21 SstFileManagerImpl::SstFileManagerImpl( in SstFileManagerImpl() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
43 SstFileManagerImpl::~SstFileManagerImpl() { in ~SstFileManagerImpl()
48 void SstFileManagerImpl::Close() { in Close()
125 void SstFileManagerImpl::SetCompactionBufferSize( in SetCompactionBufferSize()
148 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction()
213 uint64_t SstFileManagerImpl::GetTotalSize() { in GetTotalSize()
219 SstFileManagerImpl::GetTrackedFiles() { in GetTrackedFiles()
232 double SstFileManagerImpl::GetMaxTrashDBRatio() { in GetMaxTrashDBRatio()
254 void SstFileManagerImpl::ClearError() { in ClearError()
425 void SstFileManagerImpl::WaitForEmptyTrash() { in WaitForEmptyTrash()
[all …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
39 SstFileManagerImpl* sst_file_manager,
85 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
141 SstFileManagerImpl* sst_file_manager_;
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/file/
H A 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 …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
37 Logger* info_log, SstFileManagerImpl* sst_file_manager,
82 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
131 SstFileManagerImpl* sst_file_manager_;
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/file/
H A 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 …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
37 Logger* info_log, SstFileManagerImpl* sst_file_manager,
82 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
131 SstFileManagerImpl* sst_file_manager_;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/file/
H A 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 …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
37 Logger* info_log, SstFileManagerImpl* sst_file_manager,
82 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
131 SstFileManagerImpl* sst_file_manager_;
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/file/
H A 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 …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
37 Logger* info_log, SstFileManagerImpl* sst_file_manager,
82 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
131 SstFileManagerImpl* sst_file_manager_;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/file/
H A 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 …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; in ~Sender()
37 Logger* info_log, SstFileManagerImpl* sst_file_manager, in ~Sender()
82 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm, in ~Sender()
131 SstFileManagerImpl* sst_file_manager_; in ~Sender()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/file/
H A 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 …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
37 Logger* info_log, SstFileManagerImpl* sst_file_manager,
82 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
131 SstFileManagerImpl* sst_file_manager_;
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/file/
H A Dsst_file_manager_impl.cc22 SstFileManagerImpl::SstFileManagerImpl(Env* env, std::shared_ptr<FileSystem> fs, in SstFileManagerImpl() function in rocksdb::SstFileManagerImpl
44 SstFileManagerImpl::~SstFileManagerImpl() { in ~SstFileManagerImpl()
48 void SstFileManagerImpl::Close() { in Close()
128 void SstFileManagerImpl::SetCompactionBufferSize( in SetCompactionBufferSize()
151 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction()
216 uint64_t SstFileManagerImpl::GetTotalSize() { in GetTotalSize()
222 SstFileManagerImpl::GetTrackedFiles() { in GetTrackedFiles()
235 double SstFileManagerImpl::GetMaxTrashDBRatio() { in GetMaxTrashDBRatio()
257 void SstFileManagerImpl::ClearError() { in ClearError()
428 void SstFileManagerImpl::WaitForEmptyTrash() { in WaitForEmptyTrash()
[all …]
H A Ddelete_scheduler.h25 class SstFileManagerImpl; variable
37 Logger* info_log, SstFileManagerImpl* sst_file_manager,
82 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
131 SstFileManagerImpl* sst_file_manager_;
H A Dsst_file_manager_impl.h28 class SstFileManagerImpl : public SstFileManager {
30 explicit SstFileManagerImpl(Env* env, std::shared_ptr<FileSystem> fs,
36 ~SstFileManagerImpl();

12345678