Home
last modified time | relevance | path

Searched refs:NeedsFlush (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dexternal_sst_file_ingestion_job.h103 Status NeedsFlush(bool* flush_needed, SuperVersion* super_version);
Dexternal_sst_file_ingestion_job.cc182 Status ExternalSstFileIngestionJob::NeedsFlush(bool* flush_needed, in NeedsFlush() function in ROCKSDB_NAMESPACE::ExternalSstFileIngestionJob
207 status = NeedsFlush(&need_flush, super_version); in Run()
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc4123 status = ingestion_jobs[i].NeedsFlush(&tmp, cfd->GetSuperVersion()); in IngestExternalFiles()