Uses of Class
org.apache.druid.indexer.HadoopTuningConfig
-
Packages that use HadoopTuningConfig Package Description org.apache.druid.indexer -
-
Uses of HadoopTuningConfig in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return HadoopTuningConfig Modifier and Type Method Description HadoopTuningConfigHadoopIngestionSpec. getTuningConfig()static HadoopTuningConfigHadoopTuningConfig. makeDefaultTuningConfig()HadoopTuningConfigHadoopTuningConfig. withShardSpecs(Map<Long,List<HadoopyShardSpec>> specs)HadoopTuningConfigHadoopTuningConfig. withVersion(String ver)HadoopTuningConfigHadoopTuningConfig. withWorkingPath(String path)Methods in org.apache.druid.indexer with parameters of type HadoopTuningConfig Modifier and Type Method Description HadoopIngestionSpecHadoopIngestionSpec. withTuningConfig(HadoopTuningConfig config)Constructors in org.apache.druid.indexer with parameters of type HadoopTuningConfig Constructor Description HadoopIngestionSpec(org.apache.druid.segment.indexing.DataSchema dataSchema, HadoopIOConfig ioConfig, HadoopTuningConfig tuningConfig)HadoopIngestionSpec(org.apache.druid.segment.indexing.DataSchema dataSchema, HadoopIOConfig ioConfig, HadoopTuningConfig tuningConfig, String uniqueId, Map<String,Object> context)
-