Home
last modified time | relevance | path

Searched refs:InstallSuperVersion (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/db/
Dcolumn_family.h457 void InstallSuperVersion(SuperVersionContext* sv_context,
460 void InstallSuperVersion(SuperVersionContext* sv_context,
Dcompacted_db_impl.cc95 cfd_->InstallSuperVersion(&sv_context, &mutex_); in Init()
Dcolumn_family.cc1220 void ColumnFamilyData::InstallSuperVersion( in InstallSuperVersion() function in ROCKSDB_NAMESPACE::ColumnFamilyData
1223 return InstallSuperVersion(sv_context, db_mutex, mutable_cf_options_); in InstallSuperVersion()
1226 void ColumnFamilyData::InstallSuperVersion( in InstallSuperVersion() function in ROCKSDB_NAMESPACE::ColumnFamilyData
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc545 cfd->InstallSuperVersion(&sv_context, &mutex_); in TryCatchUpWithPrimary()
635 cfd->InstallSuperVersion(&sv_context, &impl->mutex_); in OpenAsSecondary()
Ddb_impl_readonly.cc185 cfd->InstallSuperVersion(&sv_context, &impl->mutex_); in OpenForReadOnly()
Ddb_impl_write.cc1555 cfd->InstallSuperVersion(&context->superversion_context, &mutex_); in TrimMemtableHistory()
Ddb_impl_compaction_flush.cc3115 cfd->InstallSuperVersion(sv_context, &mutex_, mutable_cf_options); in InstallSuperVersionAndScheduleWork()