public class MergeTask extends MergeTaskBase
| Constructor and Description | 
|---|
MergeTask(String id,
         String dataSource,
         List<DataSegment> segments,
         List<AggregatorFactory> aggregators,
         Boolean rollup,
         IndexSpec indexSpec,
         Boolean buildV9Directly,
         SegmentWriteOutMediumFactory segmentWriteOutMediumFactory,
         Map<String,Object> context)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<AggregatorFactory> | 
getAggregators()  | 
IndexSpec | 
getIndexSpec()  | 
Boolean | 
getRollup()  | 
String | 
getType()
Returns a descriptive label for this task type. 
 | 
File | 
merge(TaskToolbox toolbox,
     Map<DataSegment,File> segments,
     File outDir)  | 
getPriority, getSegments, getSegmentWriteOutMediumFactory, isReady, run, toString, verifyInputSegmentsgetIntervalcanRestore, equals, getClasspathPrefix, getContext, getDataSource, getGroupId, getId, getNodeType, getQueryRunner, getTaskResource, hashCode, stopGracefully, successclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetContextValue, getContextValuepublic MergeTask(String id, String dataSource, List<DataSegment> segments, List<AggregatorFactory> aggregators, Boolean rollup, IndexSpec indexSpec, Boolean buildV9Directly, @Nullable SegmentWriteOutMediumFactory segmentWriteOutMediumFactory, Map<String,Object> context)
public File merge(TaskToolbox toolbox, Map<DataSegment,File> segments, File outDir) throws Exception
merge in class MergeTaskBaseExceptionpublic String getType()
Taskpublic Boolean getRollup()
public IndexSpec getIndexSpec()
public List<AggregatorFactory> getAggregators()
Copyright © 2011–2018. All rights reserved.