Home
last modified time | relevance | path

Searched refs:GetPathId (Results 1 – 20 of 20) sorted by relevance

/rocksdb-6.9/db/
Dversion_edit_test.cc95 ASSERT_EQ(3u, new_files[0].second.fd.GetPathId()); in TEST_F()
96 ASSERT_EQ(3u, new_files[1].second.fd.GetPathId()); in TEST_F()
97 ASSERT_EQ(0u, new_files[2].second.fd.GetPathId()); in TEST_F()
98 ASSERT_EQ(0u, new_files[3].second.fd.GetPathId()); in TEST_F()
155 ASSERT_EQ(3u, new_files[0].second.fd.GetPathId()); in TEST_F()
156 ASSERT_EQ(3u, new_files[1].second.fd.GetPathId()); in TEST_F()
Drepair.cc462 db_options_.db_paths, t.meta.fd.GetNumber(), t.meta.fd.GetPathId()); in ExtractMetaData()
464 FormatFileNumber(t.meta.fd.GetNumber(), t.meta.fd.GetPathId(), in ExtractMetaData()
477 db_options_.db_paths, t->meta.fd.GetNumber(), t->meta.fd.GetPathId()); in ScanTable()
481 t->meta.fd = FileDescriptor(t->meta.fd.GetNumber(), t->meta.fd.GetPathId(), in ScanTable()
585 0, table->meta.fd.GetNumber(), table->meta.fd.GetPathId(), in AddTables()
Dimport_column_family_job.cc92 cfd_->ioptions()->cf_paths, f.fd.GetNumber(), f.fd.GetPathId()); in Prepare()
152 edit_.AddFile(file_metadata.level, f.fd.GetNumber(), f.fd.GetPathId(), in Run()
Dexternal_sst_file_ingestion_job.cc102 f.fd.GetPathId()); in Prepare()
145 ingestion_path_ids.insert(f.fd.GetPathId()); in Prepare()
259 f.picked_level, f.fd.GetNumber(), f.fd.GetPathId(), f.fd.GetFileSize(), in Run()
Dversion_edit.cc252 if (f.fd.GetPathId() != 0) { in EncodeTo()
254 char p = static_cast<char>(f.fd.GetPathId()); in EncodeTo()
Dbuilder.cc104 meta->fd.GetPathId()); in BuildTable()
Dversion_set.cc752 uint32_t path_id = f->fd.GetPathId(); in ~Version()
1233 file_meta->fd.GetPathId()); in GetTableProperties()
1287 file_meta->fd.GetPathId()); in TablesRangeTombstoneSummary()
1333 file_meta->fd.GetPathId()); in GetPropertiesOfAllTables()
1361 file_meta->fd.GetNumber(), file_meta->fd.GetPathId()); in GetPropertiesOfTablesInRange()
1430 uint32_t path_id = file->fd.GetPathId(); in GetColumnFamilyMetaData()
2540 f->fd.GetPathId()); in ComputeFilesMarkedForPeriodicCompaction()
5249 edit.AddFile(level, f->fd.GetNumber(), f->fd.GetPathId(), in WriteCurrentStateToManifest()
5660 uint32_t path_id = file->fd.GetPathId(); in GetLiveFilesMetaData()
Dversion_edit.h77 uint32_t GetPathId() const { in GetPathId() function
Dflush_job.cc423 edit_->AddFile(0 /* level */, meta_.fd.GetNumber(), meta_.fd.GetPathId(), in WriteLevel0Table()
Dtable_cache.cc94 TableFileName(ioptions_.cf_paths, fd.GetNumber(), fd.GetPathId()); in GetTableReader()
/rocksdb-6.9/db/compaction/
Dcompaction_picker_universal.cc128 static uint32_t GetPathId(const ImmutableCFOptions& ioptions,
294 if (file->fd.GetPathId() == 0 || !print_path) { in Dump()
300 file->fd.GetNumber(), file->fd.GetPathId()); in Dump()
525 uint32_t UniversalCompactionBuilder::GetPathId( in GetPathId() function in ROCKSDB_NAMESPACE::UniversalCompactionBuilder
701 GetPathId(ioptions_, mutable_cf_options_, estimated_total_size); in PickCompactionToReduceSortedRuns()
953 GetPathId(ioptions_, mutable_cf_options_, estimated_total_size); in PickDeleteTriggeredCompaction()
978 GetPathId(ioptions_, mutable_cf_options_, estimated_total_size); in PickCompactionToOldest()
Dcompaction_picker_level.cc120 static uint32_t GetPathId(const ImmutableCFOptions& ioptions,
384 GetPathId(ioptions_, mutable_cf_options_, output_level_), in GetCompaction()
408 uint32_t LevelCompactionBuilder::GetPathId( in GetPathId() function in ROCKSDB_NAMESPACE::__anon867945220111::LevelCompactionBuilder
Dcompaction_job.cc695 output.meta.fd.GetNumber(), output.meta.fd.GetPathId()); in Run()
1349 meta->fd.GetNumber(), meta->fd.GetPathId()); in FinishCompactionOutputFile()
1376 meta->fd.GetNumber(), meta->fd.GetPathId()); in FinishCompactionOutputFile()
1391 if (sfm && meta != nullptr && meta->fd.GetPathId() == 0) { in FinishCompactionOutputFile()
Dcompaction.cc324 input(0, 0)->fd.GetPathId() == output_path_id() && in IsTrivialMove()
Dcompaction_job_test.cc101 return TableFileName(db_paths, meta.fd.GetNumber(), meta.fd.GetPathId()); in GenerateFileName()
/rocksdb-6.9/file/
Dsst_file_manager_impl.cc106 new_file.second.fd.GetPathId()); in OnCompactionCompletion()
189 inputs[0][0]->fd.GetPathId()); in EnoughRoomForCompaction()
/rocksdb-6.9/db/db_impl/
Ddb_impl_experimental.cc128 edit.AddFile(target_level, f->fd.GetNumber(), f->fd.GetPathId(), in PromoteL0()
Ddb_impl_compaction_flush.cc1099 newf.second.fd.GetPathId())); in CompactFilesImpl()
1182 file_number, desc.GetPathId()); in NotifyOnCompactionBegin()
1200 c->immutable_cf_options()->cf_paths, file_number, desc.GetPathId())); in NotifyOnCompactionBegin()
1312 edit.AddFile(to_level, f->fd.GetNumber(), f->fd.GetPathId(), in ReFitLevel()
2732 f->fd.GetPathId(), f->fd.GetFileSize(), f->smallest, in BackgroundCompaction()
3061 desc.GetPathId()); in BuildCompactionJobInfo()
3079 c->immutable_cf_options()->cf_paths, file_number, desc.GetPathId())); in BuildCompactionJobInfo()
Ddb_impl_open.cc1270 edit->AddFile(level, meta.fd.GetNumber(), meta.fd.GetPathId(), in WriteLevel0TableForRecovery()
Ddb_impl.cc4427 fd.GetNumber(), fd.GetPathId()); in VerifyChecksum()