java.io.Serializable, java.lang.Comparable<RMAppAttemptEventType>public enum RMAppAttemptEventType extends java.lang.Enum<RMAppAttemptEventType>
| Enum Constant | Description |
|---|---|
ATTEMPT_ADDED |
|
ATTEMPT_NEW_SAVED |
|
ATTEMPT_UPDATE_SAVED |
|
CONTAINER_ALLOCATED |
|
CONTAINER_FINISHED |
|
EXPIRE |
|
FAIL |
|
KILL |
|
LAUNCH_FAILED |
|
LAUNCHED |
|
RECOVER |
|
REGISTERED |
|
START |
|
STATUS_UPDATE |
|
UNREGISTERED |
| Modifier and Type | Method | Description |
|---|---|---|
static RMAppAttemptEventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RMAppAttemptEventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RMAppAttemptEventType START
public static final RMAppAttemptEventType KILL
public static final RMAppAttemptEventType FAIL
public static final RMAppAttemptEventType LAUNCHED
public static final RMAppAttemptEventType LAUNCH_FAILED
public static final RMAppAttemptEventType EXPIRE
public static final RMAppAttemptEventType REGISTERED
public static final RMAppAttemptEventType STATUS_UPDATE
public static final RMAppAttemptEventType UNREGISTERED
public static final RMAppAttemptEventType CONTAINER_ALLOCATED
public static final RMAppAttemptEventType CONTAINER_FINISHED
public static final RMAppAttemptEventType ATTEMPT_NEW_SAVED
public static final RMAppAttemptEventType ATTEMPT_UPDATE_SAVED
public static final RMAppAttemptEventType ATTEMPT_ADDED
public static final RMAppAttemptEventType RECOVER
public static RMAppAttemptEventType[] values()
for (RMAppAttemptEventType c : RMAppAttemptEventType.values()) System.out.println(c);
public static RMAppAttemptEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.