| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.rmapp | 
| Modifier and Type | Method and Description | 
|---|---|
| static RMAppEventType | RMAppEventType. valueOf(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 and Description | 
|---|---|
| protected void | RMAppImpl. onInvalidStateTransition(RMAppEventType rmAppEventType,
                        RMAppState state)catch the InvalidStateTransition. | 
| Constructor and 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,
          String diagnostic) | 
| RMAppFailedAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
                       RMAppEventType event,
                       String diagnostics,
                       boolean transferStateFromPreviousAttempt) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.