Package org.apache.druid.indexer.path
Class GranularUnprocessedPathSpec
- java.lang.Object
-
- org.apache.druid.indexer.path.GranularityPathSpec
-
- org.apache.druid.indexer.path.GranularUnprocessedPathSpec
-
- All Implemented Interfaces:
PathSpec
public class GranularUnprocessedPathSpec extends GranularityPathSpec
-
-
Constructor Summary
Constructors Constructor Description GranularUnprocessedPathSpec()
-
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)intgetMaxBuckets()voidsetMaxBuckets(int maxBuckets)-
Methods inherited from class org.apache.druid.indexer.path.GranularityPathSpec
getDataGranularity, getFilePattern, getInputFormat, getInputPath, getPathFormat, setDataGranularity, setFilePattern, setInputFormat, setInputPath, setPathFormat
-
-
-
-
Method Detail
-
getMaxBuckets
public int getMaxBuckets()
-
setMaxBuckets
public void setMaxBuckets(int maxBuckets)
-
addInputPaths
public org.apache.hadoop.mapreduce.Job addInputPaths(HadoopDruidIndexerConfig config, org.apache.hadoop.mapreduce.Job job) throws IOException
- Specified by:
addInputPathsin interfacePathSpec- Overrides:
addInputPathsin classGranularityPathSpec- Throws:
IOException
-
-