public static class VersionConverterTask.SubTask extends AbstractFixedIntervalTask
| Constructor and Description |
|---|
VersionConverterTask.SubTask(String groupId,
io.druid.timeline.DataSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
io.druid.timeline.DataSegment |
getSegment() |
String |
getType()
Returns a descriptive label for this task type.
|
TaskStatus |
run(TaskToolbox toolbox)
Execute a task.
|
getInterval, isReadyequals, getClasspathPrefix, getDataSource, getGroupId, getId, getNodeType, getQueryRunner, getTaskLocks, getTaskResource, hashCode, joinId, success, toStringpublic VersionConverterTask.SubTask(String groupId, io.druid.timeline.DataSegment segment)
public io.druid.timeline.DataSegment getSegment()
public String getType()
Taskpublic TaskStatus run(TaskToolbox toolbox) throws Exception
Tasktoolbox - Toolbox for this taskException - if this task failedCopyright © 2015. All rights reserved.