Uses of Class
org.apache.hadoop.yarn.api.records.YarnApplicationState

Packages that use YarnApplicationState
org.apache.hadoop.yarn.api.records   
 

Uses of YarnApplicationState in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return YarnApplicationState
 YarnApplicationState ApplicationReport.getYarnApplicationState()
          Get the YarnApplicationState of the application.
static YarnApplicationState YarnApplicationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YarnApplicationState[] YarnApplicationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type YarnApplicationState
 void ApplicationReport.setYarnApplicationState(YarnApplicationState state)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.