Constructor and Description |
---|
DAGStatus(org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder proxy,
org.apache.tez.dag.api.client.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() |
long |
getMemoryUsedByAM() |
long |
getMemoryUsedByTasks() |
org.apache.tez.dag.api.client.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(org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder proxy, org.apache.tez.dag.api.client.DagStatusSource source)
public org.apache.tez.dag.api.client.DAGStatus.State getState()
public boolean isCompleted()
public Progress getDAGProgress()
Progress
public Map<String,Progress> getVertexProgress()
Progress
public TezCounters getDAGCounters()
public long getMemoryUsedByAM()
public long getMemoryUsedByTasks()
Copyright © 2024 Apache Software Foundation. All rights reserved.