Lines Matching refs:DB
127 class DBImpl : public DB {
139 using DB::Resume;
142 using DB::Put;
146 using DB::Merge;
150 using DB::Delete;
154 using DB::SingleDelete;
158 using DB::Write;
162 using DB::Get;
170 using DB::GetMergeOperands;
185 using DB::MultiGet;
249 using DB::KeyMayExist;
255 using DB::NewIterator;
265 using DB::GetProperty;
268 using DB::GetMapProperty;
272 using DB::GetIntProperty;
275 using DB::GetAggregatedIntProperty;
278 using DB::GetApproximateSizes;
283 using DB::GetApproximateMemTableStats;
288 using DB::CompactRange;
293 using DB::CompactFiles;
311 using DB::SetOptions;
319 using DB::NumberLevels;
321 using DB::MaxMemCompactionLevel;
323 using DB::Level0StopWriteTrigger;
329 using DB::GetOptions;
331 using DB::GetDBOptions;
333 using DB::Flush;
364 using DB::ResetStats;
404 using DB::IngestExternalFile;
410 using DB::IngestExternalFiles;
414 using DB::CreateColumnFamilyWithImport;
421 using DB::VerifyChecksum;
424 using DB::StartTrace;
429 using DB::EndTrace;
432 using DB::StartBlockCacheTrace;
437 using DB::EndBlockCacheTrace;
440 using DB::GetPropertiesOfAllTables;
846 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr,
1155 friend class DB;