Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationState

Packages that use ApplicationState
org.apache.hadoop.yarn.server.nodemanager.containermanager.application   
 

Uses of ApplicationState in org.apache.hadoop.yarn.server.nodemanager.containermanager.application
 

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.application that return ApplicationState
 ApplicationState ApplicationImpl.getApplicationState()
           
 ApplicationState Application.getApplicationState()
           
static ApplicationState ApplicationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApplicationState[] ApplicationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.