| Constructor and Description | 
|---|
DAGStatus(org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder proxy)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
TezCounters | 
getDAGCounters()  | 
Progress | 
getDAGProgress()
Gets overall progress value of the DAG. 
 | 
List<String> | 
getDiagnostics()  | 
org.apache.tez.dag.api.client.DAGStatus.State | 
getState()  | 
Map<String,Progress> | 
getVertexProgress()
Get the progress of a vertex in the DAG 
 | 
boolean | 
isCompleted()  | 
String | 
toString()  | 
public DAGStatus(org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder proxy)
public org.apache.tez.dag.api.client.DAGStatus.State getState()
public boolean isCompleted()
public Progress getDAGProgress()
Progresspublic Map<String,Progress> getVertexProgress()
Progresspublic TezCounters getDAGCounters()
Copyright © 2015 Apache Software Foundation. All rights reserved.