|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DAG
Main interface to interact with the job.
| Method Summary | |
|---|---|
boolean |
checkAccess(org.apache.hadoop.security.UserGroupInformation callerUGI,
org.apache.hadoop.yarn.api.records.ApplicationAccessType jobOperation)
|
org.apache.tez.common.counters.TezCounters |
getAllCounters()
Get all the counters of this DAG. |
org.apache.hadoop.conf.Configuration |
getConf()
|
org.apache.hadoop.security.Credentials |
getCredentials()
|
DAGStatusBuilder |
getDAGStatus(Set<org.apache.tez.dag.api.client.StatusGetOpts> statusOptions)
|
org.apache.hadoop.security.UserGroupInformation |
getDagUGI()
|
List<String> |
getDiagnostics()
|
org.apache.tez.dag.records.TezDAGID |
getID()
|
Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType,String> |
getJobACLs()
|
org.apache.tez.dag.api.records.DAGProtos.DAGPlan |
getJobPlan()
|
String |
getName()
|
float |
getProgress()
|
DAGReport |
getReport()
|
DAGState |
getState()
|
int |
getSuccessfulVertices()
|
int |
getTotalVertices()
|
String |
getUserName()
|
Vertex |
getVertex(String vertexName)
Get Vertex by vertex name |
Vertex |
getVertex(org.apache.tez.dag.records.TezVertexID vertexId)
|
VertexStatusBuilder |
getVertexStatus(String vertexName,
Set<org.apache.tez.dag.api.client.StatusGetOpts> statusOptions)
|
Map<org.apache.tez.dag.records.TezVertexID,Vertex> |
getVertices()
|
boolean |
isComplete()
|
boolean |
isUber()
|
DAGState |
restoreFromEvent(HistoryEvent historyEvent)
|
| Method Detail |
|---|
org.apache.tez.dag.records.TezDAGID getID()
String getName()
DAGState getState()
DAGReport getReport()
org.apache.tez.common.counters.TezCounters getAllCounters()
Vertex getVertex(String vertexName)
Map<org.apache.tez.dag.records.TezVertexID,Vertex> getVertices()
Vertex getVertex(org.apache.tez.dag.records.TezVertexID vertexId)
List<String> getDiagnostics()
int getTotalVertices()
int getSuccessfulVertices()
float getProgress()
boolean isUber()
String getUserName()
org.apache.hadoop.conf.Configuration getConf()
org.apache.tez.dag.api.records.DAGProtos.DAGPlan getJobPlan()
DAGStatusBuilder getDAGStatus(Set<org.apache.tez.dag.api.client.StatusGetOpts> statusOptions)
VertexStatusBuilder getVertexStatus(String vertexName,
Set<org.apache.tez.dag.api.client.StatusGetOpts> statusOptions)
boolean isComplete()
Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType,String> getJobACLs()
boolean checkAccess(org.apache.hadoop.security.UserGroupInformation callerUGI,
org.apache.hadoop.yarn.api.records.ApplicationAccessType jobOperation)
org.apache.hadoop.security.Credentials getCredentials()
org.apache.hadoop.security.UserGroupInformation getDagUGI()
DAGState restoreFromEvent(HistoryEvent historyEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||