Lines Matching refs:VersionStorageInfo
735 VersionStorageInfo::~VersionStorageInfo() { delete[] files_; } in ~VersionStorageInfo()
1486 uint64_t VersionStorageInfo::GetEstimatedActiveKeys() const { in GetEstimatedActiveKeys()
1518 double VersionStorageInfo::GetEstimatedCompressionRatioAtLevel( in GetEstimatedCompressionRatioAtLevel()
1659 VersionStorageInfo::VersionStorageInfo( in VersionStorageInfo() function in ROCKSDB_NAMESPACE::VersionStorageInfo
1662 CompactionStyle compaction_style, VersionStorageInfo* ref_vstorage, in VersionStorageInfo()
2066 void VersionStorageInfo::GenerateLevelFilesBrief() { in GenerateLevelFilesBrief()
2111 void VersionStorageInfo::UpdateAccumulatedStats(FileMetaData* file_meta) { in UpdateAccumulatedStats()
2129 void VersionStorageInfo::RemoveCurrentStats(FileMetaData* file_meta) { in RemoveCurrentStats()
2193 void VersionStorageInfo::ComputeCompensatedSizes() { in ComputeCompensatedSizes()
2224 int VersionStorageInfo::MaxInputLevel() const { in MaxInputLevel()
2231 int VersionStorageInfo::MaxOutputLevel(bool allow_ingest_behind) const { in MaxOutputLevel()
2239 void VersionStorageInfo::EstimateCompactionBytesNeeded( in EstimateCompactionBytesNeeded()
2348 void VersionStorageInfo::ComputeCompactionScore( in ComputeCompactionScore()
2453 void VersionStorageInfo::ComputeFilesMarkedForCompaction() { in ComputeFilesMarkedForCompaction()
2476 void VersionStorageInfo::ComputeExpiredTtlFiles( in ComputeExpiredTtlFiles()
2502 void VersionStorageInfo::ComputeFilesMarkedForPeriodicCompaction( in ComputeFilesMarkedForPeriodicCompaction()
2575 void VersionStorageInfo::AddFile(int level, FileMetaData* f, Logger* info_log) { in AddFile()
2602 void VersionStorageInfo::AddBlobFile( in AddBlobFile()
2624 void VersionStorageInfo::SetFinalized() { in SetFinalized()
2661 void VersionStorageInfo::UpdateNumNonEmptyLevels() { in UpdateNumNonEmptyLevels()
2713 void VersionStorageInfo::UpdateFilesByCompactionPri( in UpdateFilesByCompactionPri()
2735 size_t num = VersionStorageInfo::kNumberFilesToSort; in UpdateFilesByCompactionPri()
2776 void VersionStorageInfo::GenerateLevel0NonOverlapping() { in GenerateLevel0NonOverlapping()
2803 void VersionStorageInfo::GenerateBottommostFiles() { in GenerateBottommostFiles()
2828 void VersionStorageInfo::UpdateOldestSnapshot(SequenceNumber seqnum) { in UpdateOldestSnapshot()
2836 void VersionStorageInfo::ComputeBottommostFilesMarkedForCompaction() { in ComputeBottommostFilesMarkedForCompaction()
2871 bool VersionStorageInfo::OverlapInLevel(int level, in OverlapInLevel()
2887 void VersionStorageInfo::GetOverlappingInputs( in GetOverlappingInputs()
2977 void VersionStorageInfo::GetCleanInputsWithinInterval( in GetCleanInputsWithinInterval()
3003 void VersionStorageInfo::GetOverlappingInputsRangeBinarySearch( in GetOverlappingInputsRangeBinarySearch()
3103 uint64_t VersionStorageInfo::NumLevelBytes(int level) const { in NumLevelBytes()
3109 const char* VersionStorageInfo::LevelSummary( in LevelSummary()
3145 const char* VersionStorageInfo::LevelFileSummary(FileSummaryStorage* scratch, in LevelFileSummary()
3168 int64_t VersionStorageInfo::MaxNextLevelOverlappingBytes() { in MaxNextLevelOverlappingBytes()
3183 uint64_t VersionStorageInfo::MaxBytesForLevel(int level) const { in MaxBytesForLevel()
3191 void VersionStorageInfo::CalculateBaseBytes(const ImmutableCFOptions& ioptions, in CalculateBaseBytes()
3339 uint64_t VersionStorageInfo::EstimateLiveDataSize() const { in EstimateLiveDataSize()
3373 bool VersionStorageInfo::RangeMightExistAfterSortedRun( in RangeMightExistAfterSortedRun()
5581 const VersionStorageInfo* vstorage = version->storage_info(); in VerifyCompactionFileConsistency()
5748 VersionStorageInfo* storage_info = v->storage_info(); in GetTotalSstFilesSize()