|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
---|---|
org.apache.hadoop.hive.ql.plan.api |
Uses of Task in org.apache.hadoop.hive.ql.plan.api |
---|
Methods in org.apache.hadoop.hive.ql.plan.api that return Task | |
---|---|
Task |
Task.deepCopy()
|
Methods in org.apache.hadoop.hive.ql.plan.api that return types with arguments of type Task | |
---|---|
List<Task> |
Stage.getTaskList()
|
Iterator<Task> |
Stage.getTaskListIterator()
|
Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type Task | |
---|---|
void |
Stage.addToTaskList(Task elem)
|
int |
Task.compareTo(Task other)
|
boolean |
Task.equals(Task that)
|
Method parameters in org.apache.hadoop.hive.ql.plan.api with type arguments of type Task | |
---|---|
void |
Stage.setTaskList(List<Task> taskList)
|
Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type Task | |
---|---|
Task(Task other)
Performs a deep copy on other. |
Constructor parameters in org.apache.hadoop.hive.ql.plan.api with type arguments of type Task | |
---|---|
Stage(String stageId,
StageType stageType,
Map<String,String> stageAttributes,
Map<String,Long> stageCounters,
List<Task> taskList,
boolean done,
boolean started)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |