Home
last modified time | relevance | path

Searched refs:IsMaxAllowedSpaceReachedIncludingCompactions (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dsst_file_manager.h53 virtual bool IsMaxAllowedSpaceReachedIncludingCompactions() = 0;
/rocksdb-6.9/file/
Dsst_file_manager_impl.h71 bool IsMaxAllowedSpaceReachedIncludingCompactions() override;
Dsst_file_manager_impl.cc150 bool SstFileManagerImpl::IsMaxAllowedSpaceReachedIncludingCompactions() { in IsMaxAllowedSpaceReachedIncludingCompactions() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
/rocksdb-6.9/java/rocksjni/
Dsst_file_manager.cc109 ->IsMaxAllowedSpaceReachedIncludingCompactions(); in Java_org_rocksdb_SstFileManager_isMaxAllowedSpaceReachedIncludingCompactions()