public interface DAG
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.common.security.ACLManager |
getACLManager() |
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) |
DAGStatusBuilder |
getDAGStatus(Set<org.apache.tez.dag.api.client.StatusGetOpts> statusOptions,
long timeout) |
org.apache.hadoop.security.UserGroupInformation |
getDagUGI() |
List<String> |
getDiagnostics() |
org.apache.hadoop.yarn.event.EventHandler |
getEventHandler() |
org.apache.tez.dag.records.TezDAGID |
getID() |
org.apache.tez.dag.api.records.DAGProtos.DAGPlan |
getJobPlan() |
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> |
getLocalResources() |
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) |
Map<String,org.apache.tez.dag.records.TezVertexID> |
getVertexNameIDMapping() |
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) |
org.apache.tez.dag.records.TezDAGID getID()
String getName()
DAGState getState()
DAGReport getReport()
org.apache.tez.common.counters.TezCounters getAllCounters()
org.apache.hadoop.yarn.event.EventHandler getEventHandler()
Vertex getVertex(org.apache.tez.dag.records.TezVertexID vertexId)
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)
DAGStatusBuilder getDAGStatus(Set<org.apache.tez.dag.api.client.StatusGetOpts> statusOptions, long timeout) throws org.apache.tez.dag.api.TezException
org.apache.tez.dag.api.TezExceptionVertexStatusBuilder getVertexStatus(String vertexName, Set<org.apache.tez.dag.api.client.StatusGetOpts> statusOptions)
boolean isComplete()
org.apache.hadoop.security.Credentials getCredentials()
org.apache.hadoop.security.UserGroupInformation getDagUGI()
DAGState restoreFromEvent(HistoryEvent historyEvent)
org.apache.tez.common.security.ACLManager getACLManager()
Copyright © 2015 Apache Software Foundation. All rights reserved.