java.io.Serializable, java.lang.Comparable<RMNodeEventType>public enum RMNodeEventType extends java.lang.Enum<RMNodeEventType>
| Modifier and Type | Method | Description |
|---|---|---|
static RMNodeEventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RMNodeEventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RMNodeEventType STARTED
public static final RMNodeEventType DECOMMISSION
public static final RMNodeEventType GRACEFUL_DECOMMISSION
public static final RMNodeEventType RECOMMISSION
public static final RMNodeEventType RESOURCE_UPDATE
public static final RMNodeEventType STATUS_UPDATE
public static final RMNodeEventType REBOOTING
public static final RMNodeEventType RECONNECTED
public static final RMNodeEventType SHUTDOWN
public static final RMNodeEventType CLEANUP_APP
public static final RMNodeEventType CONTAINER_ALLOCATED
public static final RMNodeEventType CLEANUP_CONTAINER
public static final RMNodeEventType UPDATE_CONTAINER
public static final RMNodeEventType SIGNAL_CONTAINER
public static final RMNodeEventType FINISHED_CONTAINERS_PULLED_BY_AM
public static final RMNodeEventType EXPIRE
public static RMNodeEventType[] values()
for (RMNodeEventType c : RMNodeEventType.values()) System.out.println(c);
public static RMNodeEventType 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.