Uses of Class
org.apache.druid.indexer.HadoopIOConfig
-
Packages that use HadoopIOConfig Package Description org.apache.druid.indexer -
-
Uses of HadoopIOConfig in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return HadoopIOConfig Modifier and Type Method Description HadoopIOConfigHadoopIngestionSpec. getIOConfig()HadoopIOConfigHadoopIOConfig. withSegmentOutputPath(String path)Methods in org.apache.druid.indexer with parameters of type HadoopIOConfig Modifier and Type Method Description HadoopIngestionSpecHadoopIngestionSpec. withIOConfig(HadoopIOConfig config)Constructors in org.apache.druid.indexer with parameters of type HadoopIOConfig 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)
-