| Package | Description | 
|---|---|
| org.apache.tez.client | |
| org.apache.tez.dag.api | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TezAppMasterStatus | 
DagTypeConverters.convertTezAppMasterStatusFromProto(DAGClientAMProtocolRPC.TezAppMasterStatusProto proto)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DAGClientAMProtocolRPC.TezAppMasterStatusProto | 
DagTypeConverters.convertTezAppMasterStatusToProto(TezAppMasterStatus status)  | 
Copyright © 2016 Apache Software Foundation. All rights reserved.