Uses of Class
org.apache.pinot.spi.ingestion.batch.spec.SegmentGenerationJobSpec
-
Packages that use SegmentGenerationJobSpec Package Description org.apache.pinot.spi.ingestion.batch org.apache.pinot.spi.ingestion.batch.runner -
-
Uses of SegmentGenerationJobSpec in org.apache.pinot.spi.ingestion.batch
Methods in org.apache.pinot.spi.ingestion.batch that return SegmentGenerationJobSpec Modifier and Type Method Description static SegmentGenerationJobSpecIngestionJobLauncher. getSegmentGenerationJobSpec(String jobSpecFilePath, String propertyFilePath, Map<String,Object> context, Map<String,String> environmentValues)Methods in org.apache.pinot.spi.ingestion.batch with parameters of type SegmentGenerationJobSpec Modifier and Type Method Description static voidIngestionJobLauncher. runIngestionJob(SegmentGenerationJobSpec spec) -
Uses of SegmentGenerationJobSpec in org.apache.pinot.spi.ingestion.batch.runner
Methods in org.apache.pinot.spi.ingestion.batch.runner with parameters of type SegmentGenerationJobSpec Modifier and Type Method Description voidIngestionJobRunner. init(SegmentGenerationJobSpec jobSpec)Initialize IngestionJobRunner with SegmentGenerationJobSpec
-