| Package | Description | 
|---|---|
| org.apache.tez.dag.api.client | 
| Modifier and Type | Method and Description | 
|---|---|
static StatusGetOpts | 
StatusGetOpts.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StatusGetOpts[] | 
StatusGetOpts.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract DAGStatus | 
DAGClient.getDAGStatus(Set<StatusGetOpts> statusOptions)
Get the status of the specified DAG 
 | 
abstract VertexStatus | 
DAGClient.getVertexStatus(String vertexName,
               Set<StatusGetOpts> statusOptions)
Get the status of a Vertex of a DAG 
 | 
abstract DAGStatus | 
DAGClient.waitForCompletionWithStatusUpdates(Set<StatusGetOpts> statusGetOpts)
Wait for DAG to complete and periodically print *all* vertices' status. 
 | 
Copyright © 2015 Apache Software Foundation. All rights reserved.