Package org.apache.druid.indexer.path
Class MultiplePathSpec
- java.lang.Object
-
- org.apache.druid.indexer.path.MultiplePathSpec
-
-
Constructor Summary
Constructors Constructor Description MultiplePathSpec(List<PathSpec> children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.mapreduce.JobaddInputPaths(HadoopDruidIndexerConfig config, org.apache.hadoop.mapreduce.Job job)booleanequals(Object o)List<PathSpec>getChildren()inthashCode()
-
-
-
Method Detail
-
addInputPaths
public org.apache.hadoop.mapreduce.Job addInputPaths(HadoopDruidIndexerConfig config, org.apache.hadoop.mapreduce.Job job) throws IOException
- Specified by:
addInputPathsin interfacePathSpec- Throws:
IOException
-
-