public class MergeTask extends MergeTaskBase
Constructor and Description |
---|
MergeTask(String id,
String dataSource,
List<io.druid.timeline.DataSegment> segments,
List<AggregatorFactory> aggregators,
IndexSpec indexSpec) |
Modifier and Type | Method and Description |
---|---|
List<AggregatorFactory> |
getAggregators() |
String |
getType()
Returns a descriptive label for this task type.
|
File |
merge(Map<io.druid.timeline.DataSegment,File> segments,
File outDir) |
getSegments, isReady, run, toString
getInterval
equals, getClasspathPrefix, getDataSource, getGroupId, getId, getNodeType, getQueryRunner, getTaskLocks, getTaskResource, hashCode, joinId, makeId, success
public File merge(Map<io.druid.timeline.DataSegment,File> segments, File outDir) throws Exception
merge
in class MergeTaskBase
Exception
public String getType()
Task
public List<AggregatorFactory> getAggregators()
Copyright © 2011–2015. All rights reserved.