| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.plan.api |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Stage> |
Query.getStageList() |
Iterator<Stage> |
Query.getStageListIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.addToStageList(Stage elem) |
int |
Stage.compareTo(Stage other) |
boolean |
Stage.equals(Stage that) |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setStageList(List<Stage> stageList) |
| Constructor and Description |
|---|
Stage(Stage other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Query(String queryId,
String queryType,
Map<String,String> queryAttributes,
Map<String,Long> queryCounters,
Graph stageGraph,
List<Stage> stageList,
boolean done,
boolean started) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.