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
abstract  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
static ApplicationReport ApplicationReport.newInstance(ApplicationId applicationId, ApplicationAttemptId applicationAttemptId, String user, String queue, String name, String host, int rpcPort, Token clientToAMToken, YarnApplicationState state, String diagnostics, String url, long startTime, long finishTime, FinalApplicationStatus finalStatus, ApplicationResourceUsageReport appResources, String origTrackingUrl, float progress, String applicationType, Token amRmToken)
           
abstract  void ApplicationReport.setYarnApplicationState(YarnApplicationState state)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.