| Constructor and Description |
|---|
DatasourcePathSpec(List<WindowedDataSegment> segments,
DatasourceIngestionSpec spec,
Long maxSplitSize,
boolean useNewAggs) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.Job |
addInputPaths(HadoopDruidIndexerConfig config,
org.apache.hadoop.mapreduce.Job job) |
static boolean |
checkIfReindexingAndIsUseAggEnabled(Map<String,Object> configuredPathSpec) |
boolean |
equals(Object o) |
DatasourceIngestionSpec |
getIngestionSpec() |
long |
getMaxSplitSize() |
List<WindowedDataSegment> |
getSegments() |
int |
hashCode() |
boolean |
isUseNewAggs() |
public static final String TYPE
public DatasourcePathSpec(List<WindowedDataSegment> segments, DatasourceIngestionSpec spec, Long maxSplitSize, boolean useNewAggs)
public boolean isUseNewAggs()
public List<WindowedDataSegment> getSegments()
public DatasourceIngestionSpec getIngestionSpec()
public long getMaxSplitSize()
public org.apache.hadoop.mapreduce.Job addInputPaths(HadoopDruidIndexerConfig config, org.apache.hadoop.mapreduce.Job job) throws IOException
addInputPaths in interface PathSpecIOExceptionpublic static boolean checkIfReindexingAndIsUseAggEnabled(Map<String,Object> configuredPathSpec)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.