| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt | 
| Modifier and Type | Method and Description | 
|---|---|
| static RMAppAttemptEventType | RMAppAttemptEventType. valueOf(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 and Description | 
|---|---|
| protected void | RMAppAttemptImpl. onInvalidTranstion(RMAppAttemptEventType rmAppAttemptEventType,
                  RMAppAttemptState state) | 
| Constructor and 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,
                 String diagnostics) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.