| Package | Description | 
|---|---|
| org.apache.tez.dag.api.client | 
| Modifier and Type | Method and Description | 
|---|---|
abstract DAGStatus | 
DAGClient.getDAGStatus(Set<StatusGetOpts> statusOptions)
Get the status of the specified DAG 
 | 
abstract DAGStatus | 
DAGClient.getDAGStatus(Set<StatusGetOpts> statusOptions,
            long timeout)
Get the status of the specified DAG when it reaches a final state, or the timeout expires. 
 | 
abstract DAGStatus | 
DAGClient.waitForCompletion()
Wait forever for DAG to complete without printing any vertex statuses 
 | 
DAGStatus | 
DAGClient.waitForCompletion(long timeMs)
Wait for DAG to complete without printing any vertex statuses 
 | 
abstract DAGStatus | 
DAGClient.waitForCompletionWithStatusUpdates(Set<StatusGetOpts> statusGetOpts)
Wait for DAG to complete and periodically print *all* vertices' status. 
 | 
Copyright © 2021 Apache Software Foundation. All rights reserved.