Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppState

Packages that use RMAppState
org.apache.hadoop.yarn.server.resourcemanager.rmapp   
 

Uses of RMAppState in org.apache.hadoop.yarn.server.resourcemanager.rmapp
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return RMAppState
 RMAppState RMApp.getState()
          The current state of the RMApp.
 RMAppState RMAppImpl.getState()
           
static RMAppState RMAppState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RMAppState[] RMAppState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.