Uses of Class
org.apache.druid.indexer.HadoopIngestionSpec
-
Packages that use HadoopIngestionSpec Package Description org.apache.druid.indexer -
-
Uses of HadoopIngestionSpec in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return HadoopIngestionSpec Modifier and Type Method Description HadoopIngestionSpecHadoopDruidIndexerConfig. getSchema()HadoopIngestionSpecHadoopIngestionSpec. withContext(Map<String,Object> context)HadoopIngestionSpecHadoopIngestionSpec. withDataSchema(org.apache.druid.segment.indexing.DataSchema schema)HadoopIngestionSpecHadoopIngestionSpec. withIOConfig(HadoopIOConfig config)HadoopIngestionSpecHadoopIngestionSpec. withTuningConfig(HadoopTuningConfig config)Methods in org.apache.druid.indexer with parameters of type HadoopIngestionSpec Modifier and Type Method Description static HadoopDruidIndexerConfigHadoopDruidIndexerConfig. fromSpec(HadoopIngestionSpec spec)static voidJobHelper. maybeDeleteIntermediatePath(boolean jobSucceeded, HadoopIngestionSpec indexerSchema)static voidJobHelper. renameIndexFilesForSegments(HadoopIngestionSpec indexerSchema, List<DataSegmentAndIndexZipFilePath> segmentAndIndexZipFilePaths)Renames the index files for the segments.static voidHadoopIngestionSpec. updateSegmentListIfDatasourcePathSpecIsUsed(HadoopIngestionSpec spec, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, UsedSegmentsRetriever segmentsRetriever)Constructors in org.apache.druid.indexer with parameters of type HadoopIngestionSpec Constructor Description HadoopDruidIndexerConfig(HadoopIngestionSpec spec)
-