| /rocksdb-6.9/db/ |
| D | version_set.h | 831 Status LogAndApply( 845 return LogAndApply(cfds, mutable_cf_options_list, edit_lists, mu, 850 Status LogAndApply( 862 return LogAndApply(cfds, mutable_cf_options_list, edit_lists, mu, 869 virtual Status LogAndApply( 1268 using VersionSet::LogAndApply; 1271 Status LogAndApply( in LogAndApply() function
|
| D | repair.cc | 159 Status status = vset_.LogAndApply(cfd, mut_cf_opts, &edit, &mutex_, in AddColumnFamily() 596 Status status = vset_.LogAndApply( in AddTables()
|
| D | memtable_list.cc | 476 s = vset->LogAndApply(cfd, mutable_cf_options, edit_list, mu, in TryInstallMemtableFlushResults() 698 s = vset->LogAndApply(cfds, mutable_cf_options_list, edit_lists, mu, in InstallMemtableAtomicFlushResults()
|
| D | version_set_test.cc | 824 versions_->LogAndApply(cfds, all_mutable_cf_options, edit_lists, &mutex_); in TEST_F() 1267 s = versions_->LogAndApply(cfd_to_drop, in TEST_P() 1318 s = versions_->LogAndApply(cfds, mutable_cf_options_list, edit_lists, in TEST_P()
|
| D | version_set.cc | 4068 Status VersionSet::LogAndApply( in LogAndApply() function in ROCKSDB_NAMESPACE::VersionSet 4928 return versions.LogAndApply( in ReduceNumberOfLevels()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_experimental.cc | 136 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in PromoteL0()
|
| D | db_impl.cc | 934 versions_->LogAndApply(cfd, new_options, &dummy_edit, &mutex_, in SetOptions() 2353 s = versions_->LogAndApply(nullptr, MutableCFOptions(cf_options), &edit, in CreateColumnFamilyImpl() 2453 s = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), &edit, in DropColumnFamilyImpl() 3237 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in DeleteFile() 3322 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in DeleteFilesInRanges() 4215 versions_->LogAndApply(cfds_to_commit, mutable_cf_options_list, in IngestExternalFiles() 4324 status = versions_->LogAndApply(cfd, *cf_options, &dummy_edit, &mutex_, in CreateColumnFamilyWithImport() 4360 status = versions_->LogAndApply(cfd, *cf_options, import_job.edit(), in CreateColumnFamilyWithImport() 4561 s = versions_->LogAndApply(cfd, *cf_options, &dummy_edit, &mutex_, in ReserveFileNumbersBeforeIngestion()
|
| D | db_impl_open.cc | 458 s = versions_->LogAndApply(versions_->GetColumnFamilySet()->GetDefault(), in Recover() 1121 status = versions_->LogAndApply(cfds, cf_opts, edit_lists, &mutex_, in RecoverLogFiles()
|
| D | db_impl_compaction_flush.cc | 1323 status = versions_->LogAndApply(cfd, mutable_cf_options, &edit, &mutex_, in ReFitLevel() 2692 status = versions_->LogAndApply(c->column_family_data(), in BackgroundCompaction() 2750 status = versions_->LogAndApply(c->column_family_data(), in BackgroundCompaction()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job_test.cc | 194 versions_->LogAndApply(versions_->GetColumnFamilySet()->GetDefault(), in AddMockFile()
|
| D | compaction_job.cc | 1445 return versions_->LogAndApply(compaction->column_family_data(), in InstallCompactionResults()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 37 * Assign new MANIFEST file number when caller tries to create a new MANIFEST by calling LogAndApply…
|