Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dexternal_sst_file_ingestion_job.cc29 Status ExternalSstFileIngestionJob::Prepare( in Prepare()
182 Status ExternalSstFileIngestionJob::NeedsFlush(bool* flush_needed, in NeedsFlush()
200 Status ExternalSstFileIngestionJob::Run() { in Run()
267 void ExternalSstFileIngestionJob::UpdateStats() { in UpdateStats()
326 void ExternalSstFileIngestionJob::Cleanup(const Status& status) { in Cleanup()
358 Status ExternalSstFileIngestionJob::GetIngestedFileInfo( in GetIngestedFileInfo()
526 Status ExternalSstFileIngestionJob::AssignLevelAndSeqnoForIngestedFile( in AssignLevelAndSeqnoForIngestedFile()
613 Status ExternalSstFileIngestionJob::CheckLevelForIngestedBehindFile( in CheckLevelForIngestedBehindFile()
640 Status ExternalSstFileIngestionJob::AssignGlobalSeqnoForIngestedFile( in AssignGlobalSeqnoForIngestedFile()
690 bool ExternalSstFileIngestionJob::IngestedFileFitInLevel( in IngestedFileFitInLevel()
[all …]
Dexternal_sst_file_ingestion_job.h68 class ExternalSstFileIngestionJob {
70 ExternalSstFileIngestionJob( in ExternalSstFileIngestionJob() function
/rocksdb-6.9/db/db_impl/
Ddb_impl.h1059 ColumnFamilyData* cfd, const ExternalSstFileIngestionJob& ingestion_job);
Ddb_impl.cc4030 std::vector<ExternalSstFileIngestionJob> ingestion_jobs; in IngestExternalFiles()
4461 ColumnFamilyData* cfd, const ExternalSstFileIngestionJob& ingestion_job) { in NotifyOnExternalFileIngested()
/rocksdb-6.9/
DHISTORY.md471 * Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob.