| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.rmapp |
| Modifier and Type | Method | Description |
|---|---|---|
static RMAppEventType |
RMAppEventType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RMAppEventType[] |
RMAppEventType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
RMAppImpl.onInvalidStateTransition(RMAppEventType rmAppEventType,
RMAppState state) |
catch the InvalidStateTransition.
|
| Constructor | Description |
|---|---|
RMAppEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
RMAppEventType type) |
|
RMAppEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
RMAppEventType type,
long timeStamp) |
|
RMAppEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
RMAppEventType type,
java.lang.String diagnostic) |
|
RMAppFailedAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
RMAppEventType event,
java.lang.String diagnostics,
boolean transferStateFromPreviousAttempt) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.