Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueMetrics.finishApp(AppSchedulingInfo app,
RMAppAttemptState rmAppAttemptFinalState) |
void |
AppSchedulingInfo.stop(RMAppAttemptState rmAppAttemptFinalState) |
Modifier and Type | Method and Description |
---|---|
void |
FiCaSchedulerApp.stop(RMAppAttemptState rmAppAttemptFinalState) |
Modifier and Type | Method and Description |
---|---|
RMAppAttemptState |
AppRemovedSchedulerEvent.getFinalAttemptState() |
Constructor and Description |
---|
AppRemovedSchedulerEvent(ApplicationAttemptId applicationAttemptId,
RMAppAttemptState finalAttemptState) |
Modifier and Type | Method and Description |
---|---|
void |
FSSchedulerApp.stop(RMAppAttemptState rmAppAttemptFinalState) |
Copyright © 2013 Apache Software Foundation. All rights reserved.