| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.plan.api |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
Stage.getTaskList() |
Iterator<Task> |
Stage.getTaskListIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.addToTaskList(Task elem) |
int |
Task.compareTo(Task other) |
boolean |
Task.equals(Task that) |
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.setTaskList(List<Task> taskList) |
| Constructor and Description |
|---|
Task(Task other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Stage(String stageId,
StageType stageType,
Map<String,String> stageAttributes,
Map<String,Long> stageCounters,
List<Task> taskList,
boolean done,
boolean started) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.