Interface IngestionJobRunner


  • public interface IngestionJobRunner
    IngestionJobRunner 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
      void init​(SegmentGenerationJobSpec jobSpec)
      Initialize IngestionJobRunner with SegmentGenerationJobSpec
      void run()
      Run IngestionJobRunner
    • Method Detail

      • init

        void init​(SegmentGenerationJobSpec jobSpec)
        Initialize IngestionJobRunner with SegmentGenerationJobSpec
        Parameters:
        jobSpec -