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, toStringgetIntervalequals, getClasspathPrefix, getDataSource, getGroupId, getId, getNodeType, getQueryRunner, getTaskLocks, getTaskResource, hashCode, joinId, makeId, successpublic File merge(Map<io.druid.timeline.DataSegment,File> segments, File outDir) throws Exception
merge in class MergeTaskBaseExceptionpublic String getType()
Taskpublic List<AggregatorFactory> getAggregators()
Copyright © 2011–2015. All rights reserved.