Interface IngestionJobRunner
-
public interface IngestionJobRunnerIngestionJobRunner is the interface of ingestion job runner. For batch ingestion jobs, there are three types: SegmentGenerationJobRunner SegmentTarPushJobRunner SegmentUriPushJobRunner SegmentMetadataPushJobRunner
-
-
Method Summary
Modifier and Type Method Description voidinit(SegmentGenerationJobSpec jobSpec)Initialize IngestionJobRunner with SegmentGenerationJobSpecvoidrun()Run IngestionJobRunner
-
-
-
Method Detail
-
init
void init(SegmentGenerationJobSpec jobSpec)
Initialize IngestionJobRunner with SegmentGenerationJobSpec- Parameters:
jobSpec-
-
-