| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt |
| Modifier and Type | Method | Description |
|---|---|---|
static RMAppAttemptEventType |
RMAppAttemptEventType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RMAppAttemptEventType[] |
RMAppAttemptEventType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
RMAppAttemptImpl.onInvalidTranstion(RMAppAttemptEventType rmAppAttemptEventType,
RMAppAttemptState state) |
| Constructor | Description |
|---|---|
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type) |
|
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type,
long timeStamp) |
|
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type,
java.lang.String diagnostics) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.