Searched refs:ExternalSstFileIngestionJob (Results 1 – 5 of 5) sorted by relevance
29 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 …]
68 class ExternalSstFileIngestionJob {70 ExternalSstFileIngestionJob( in ExternalSstFileIngestionJob() function
1059 ColumnFamilyData* cfd, const ExternalSstFileIngestionJob& ingestion_job);
4030 std::vector<ExternalSstFileIngestionJob> ingestion_jobs; in IngestExternalFiles()4461 ColumnFamilyData* cfd, const ExternalSstFileIngestionJob& ingestion_job) { in NotifyOnExternalFileIngested()
471 * Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob.