Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc137 return FlushMemTable(cfd, fo, FlushReason::kTest); in TEST_FlushMemTable()
142 return FlushMemTable(cfd, flush_opts, FlushReason::kTest); in TEST_FlushMemTable()
Ddb_impl_compaction_flush.cc711 s = FlushMemTable(cfd, fo, FlushReason::kManualCompaction, in CompactRange()
1370 s = FlushMemTable(cfh->cfd(), flush_options, FlushReason::kManualFlush); in Flush()
1579 Status DBImpl::FlushMemTable(ColumnFamilyData* cfd, in FlushMemTable() function in ROCKSDB_NAMESPACE::DBImpl
Ddb_impl.cc338 s = FlushMemTable(cfd, flush_opts, FlushReason::kErrorRecovery); in ResumeImpl()
426 FlushMemTable(cfd, FlushOptions(), FlushReason::kShutDown); in CancelAllBackgroundWork()
4151 status = FlushMemTable(cfd, flush_opts, in IngestExternalFiles()
Ddb_impl.h1430 Status FlushMemTable(ColumnFamilyData* cfd, const FlushOptions& options,
/rocksdb-6.9/db/
Ddb_filesnapshot.cc101 status = FlushMemTable(cfd, FlushOptions(), FlushReason::kGetLiveFiles); in GetLiveFiles()