Home
last modified time | relevance | path

Searched refs:CreateNewMemtable (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc569 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in Recover()
975 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in RecoverLogFiles()
1085 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in RecoverLogFiles()
/rocksdb-6.9/db/
Dcolumn_family.h380 void CreateNewMemtable(const MutableCFOptions& mutable_cf_options,
Drepair.cc369 cfd->CreateNewMemtable(*cfd->GetLatestMutableCFOptions(), in ConvertLogToTable()
Dcolumn_family.cc1035 void ColumnFamilyData::CreateNewMemtable( in CreateNewMemtable() function in ROCKSDB_NAMESPACE::ColumnFamilyData
Dversion_set.cc5730 new_cfd->CreateNewMemtable(*new_cfd->GetLatestMutableCFOptions(), in CreateColumnFamily()