Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dflush_job_test.cc137 db_options_, *cfd->GetLatestMutableCFOptions(), in TEST_F()
155 auto new_mem = cfd->ConstructNewMemtable(*cfd->GetLatestMutableCFOptions(), in TEST_F()
220 db_options_, *cfd->GetLatestMutableCFOptions(), in TEST_F()
259 MemTable* mem = cfd->ConstructNewMemtable(*cfd->GetLatestMutableCFOptions(), in TEST_F()
287 db_options_, *cfd->GetLatestMutableCFOptions(), in TEST_F()
336 *cfd->GetLatestMutableCFOptions(), kMaxSequenceNumber); in TEST_F()
359 dbname_, cfd, db_options_, *cfd->GetLatestMutableCFOptions(), in TEST_F()
393 mutable_cf_options_list.push_back(cfd->GetLatestMutableCFOptions()); in TEST_F()
429 auto new_mem = cfd->ConstructNewMemtable(*cfd->GetLatestMutableCFOptions(), in TEST_F()
475 db_options_, *cfd->GetLatestMutableCFOptions(), in TEST_F()
Dversion_edit_handler.cc385 *cfd->GetLatestMutableCFOptions(), in MaybeCreateVersion()
389 v->PrepareApply(*cfd->GetLatestMutableCFOptions(), in MaybeCreateVersion()
411 cfd->GetLatestMutableCFOptions()->prefix_extractor.get()); in LoadTables()
559 *cfd->GetLatestMutableCFOptions(), in MaybeCreateVersion()
563 *cfd->GetLatestMutableCFOptions(), in MaybeCreateVersion()
Drepair.cc369 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in ConvertLogToTable()
430 *cfd->GetLatestMutableCFOptions(), env_options_, table_cache_, in ConvertLogToTable()
528 cfd->GetLatestMutableCFOptions()->prefix_extractor.get(), in ScanTable()
597 cfd, *cfd->GetLatestMutableCFOptions(), &edit, &mutex_, in AddTables()
Dversion_set.cc3612 *column_family_data->GetLatestMutableCFOptions()); in AppendVersion()
4582 *cfd->GetLatestMutableCFOptions(), in Recover()
4587 v->PrepareApply(*cfd->GetLatestMutableCFOptions(), in Recover()
5133 *cfd->GetLatestMutableCFOptions(), in DumpManifest()
5136 v->PrepareApply(*cfd->GetLatestMutableCFOptions(), false); in DumpManifest()
5721 *new_cfd->GetLatestMutableCFOptions(), in CreateColumnFamily()
5730 new_cfd->CreateNewMemtable(*new_cfd->GetLatestMutableCFOptions(), in CreateColumnFamily()
5912 *cfd->GetLatestMutableCFOptions(), in Recover()
5917 v->PrepareApply(*cfd->GetLatestMutableCFOptions(), in Recover()
6124 cfd->GetLatestMutableCFOptions()->prefix_extractor.get()); in ApplyOneVersionEditToBuilder()
[all …]
Dcolumn_family.h337 const MutableCFOptions* GetLatestMutableCFOptions() const { in GetLatestMutableCFOptions() function
Dversion_set_test.cc1268 *cfd_to_drop->GetLatestMutableCFOptions(), in TEST_P()
1285 mutable_cf_options_list.emplace_back(cfd->GetLatestMutableCFOptions()); in TEST_P()
/rocksdb-6.9/db/db_impl/
Ddb_impl_experimental.cc49 *cfd->GetLatestMutableCFOptions()); in SuggestCompactRange()
136 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in PromoteL0()
141 *cfd->GetLatestMutableCFOptions()); in PromoteL0()
Ddb_impl_open.cc488 auto* mutable_cf_options = cfd->GetLatestMutableCFOptions(); in Recover()
569 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in Recover()
975 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in RecoverLogFiles()
1085 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in RecoverLogFiles()
1115 cf_opts.push_back(cfd->GetLatestMutableCFOptions()); in RecoverLogFiles()
1215 *cfd->GetLatestMutableCFOptions(); in WriteLevel0TableForRecovery()
1217 cfd->GetLatestMutableCFOptions()->paranoid_file_checks; in WriteLevel0TableForRecovery()
1475 cfd, &sv_context, *cfd->GetLatestMutableCFOptions()); in Open()
Ddb_impl.cc931 new_options = *cfd->GetLatestMutableCFOptions(); in SetOptions()
2371 *cfd->GetLatestMutableCFOptions()); in CreateColumnFamilyImpl()
2458 auto* mutable_cf_options = cfd->GetLatestMutableCFOptions(); in DropColumnFamilyImpl()
3237 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in DeleteFile()
3242 *cfd->GetLatestMutableCFOptions()); in DeleteFile()
3322 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in DeleteFilesInRanges()
3327 *cfd->GetLatestMutableCFOptions()); in DeleteFilesInRanges()
4199 mutable_cf_options_list.push_back(cfd->GetLatestMutableCFOptions()); in IngestExternalFiles()
4323 auto cf_options = cfd->GetLatestMutableCFOptions(); in CreateColumnFamilyWithImport()
4359 auto cf_options = cfd->GetLatestMutableCFOptions(); in CreateColumnFamilyWithImport()
[all …]
Ddb_impl_compaction_flush.cc261 MutableCFOptions mutable_cf_options = *cfd->GetLatestMutableCFOptions(); in FlushMemTablesToOutputFiles()
337 all_mutable_cf_options.emplace_back(*cfd->GetLatestMutableCFOptions()); in AtomicFlushMemTablesToOutputFiles()
1004 *cfd->GetLatestMutableCFOptions(), output_path_id)); in CompactFilesImpl()
1282 const MutableCFOptions mutable_cf_options = *cfd->GetLatestMutableCFOptions(); in ReFitLevel()
1513 *manual.cfd->GetLatestMutableCFOptions(), manual.input_level, in RunManualCompaction()
1839 const auto& mutable_cf_options = *cfd->GetLatestMutableCFOptions(); in WaitUntilFlushWouldNotStallWrites()
2614 auto* mutable_cf_options = cfd->GetLatestMutableCFOptions(); in BackgroundCompaction()
Ddb_impl_secondary.cc49 auto* mutable_cf_options = cfd->GetLatestMutableCFOptions(); in Recover()
246 *cfd->GetLatestMutableCFOptions(); in RecoverLogFiles()
Ddb_impl_debug.cc246 *mutable_cf_options = *cfh->cfd()->GetLatestMutableCFOptions(); in TEST_GetLatestMutableCFOptions()
Ddb_impl_write.cc1665 const MutableCFOptions mutable_cf_options = *cfd->GetLatestMutableCFOptions(); in SwitchMemtable()
/rocksdb-6.9/db/compaction/
Dcompaction_job_test.cc318 *cfd->GetLatestMutableCFOptions(),
344 ASSERT_OK(compaction_job.Install(*cfd->GetLatestMutableCFOptions()));
/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc5191 auto opt_default = *cfh_default->cfd()->GetLatestMutableCFOptions(); in TEST_P()
5194 auto opt_a = *cfh_a->cfd()->GetLatestMutableCFOptions(); in TEST_P()
5197 auto opt_b = *cfh_b->cfd()->GetLatestMutableCFOptions(); in TEST_P()