| Package | Description | 
|---|---|
| org.apache.tez.client | 
| Modifier and Type | Method and Description | 
|---|---|
TezAppMasterStatus | 
TezClient.getAppMasterStatus()
Get the status of the App Master executing the DAG
 In non-session mode it returns the status of the last submitted DAG App Master 
 In session mode, it returns the status of the App Master hosting the session 
 | 
static TezAppMasterStatus | 
TezAppMasterStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TezAppMasterStatus[] | 
TezAppMasterStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2021 Apache Software Foundation. All rights reserved.