|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that return RMAppAttemptState | |
---|---|
RMAppAttemptState |
RMAppAttempt.getAppAttemptState()
The state of the RMAppAttempt . |
RMAppAttemptState |
RMAppAttemptImpl.getAppAttemptState()
|
static RMAppAttemptState |
RMAppAttemptState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RMAppAttemptState[] |
RMAppAttemptState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMAppAttemptState | |
---|---|
void |
QueueMetrics.finishApp(AppSchedulingInfo app,
RMAppAttemptState rmAppAttemptFinalState)
|
void |
SchedulerApplication.stop(RMAppAttemptState rmAppAttemptFinalState)
|
void |
AppSchedulingInfo.stop(RMAppAttemptState rmAppAttemptFinalState)
|
Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event that return RMAppAttemptState | |
---|---|
RMAppAttemptState |
AppRemovedSchedulerEvent.getFinalAttemptState()
|
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event with parameters of type RMAppAttemptState | |
---|---|
AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
RMAppAttemptState finalAttemptState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |