Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.rmapp | |
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected RMAppState |
AppInfo.state |
Copyright © 2013 Apache Software Foundation. All rights reserved.