| Modifier and Type | Class and Description |
|---|---|
static class |
DAGStatus.State |
| Constructor and Description |
|---|
DAGStatus(DAGProtos.DAGStatusProtoOrBuilder proxy,
DagStatusSource source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TezCounters |
getDAGCounters() |
Progress |
getDAGProgress()
Gets overall progress value of the DAG.
|
List<String> |
getDiagnostics() |
DAGStatus.State |
getState() |
Map<String,Progress> |
getVertexProgress()
Get the progress of a vertex in the DAG
|
int |
hashCode() |
boolean |
isCompleted() |
String |
toString() |
@InterfaceAudience.Private public DAGStatus(DAGProtos.DAGStatusProtoOrBuilder proxy, DagStatusSource source)
public DAGStatus.State getState()
public boolean isCompleted()
public Progress getDAGProgress()
Progresspublic Map<String,Progress> getVertexProgress()
Progresspublic TezCounters getDAGCounters()
Copyright © 2016 Apache Software Foundation. All rights reserved.