public enum AMContainerEventType extends Enum<AMContainerEventType>
| Enum Constant and Description |
|---|
C_ASSIGN_TA |
C_COMPLETED |
C_LAUNCH_FAILED |
C_LAUNCH_REQUEST |
C_LAUNCHED |
C_NM_STOP_FAILED |
C_NM_STOP_SENT |
C_NODE_FAILED |
C_STOP_REQUEST |
C_TA_SUCCEEDED |
C_TIMED_OUT |
| Modifier and Type | Method and Description |
|---|---|
static AMContainerEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMContainerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMContainerEventType C_LAUNCH_REQUEST
public static final AMContainerEventType C_ASSIGN_TA
public static final AMContainerEventType C_LAUNCHED
public static final AMContainerEventType C_LAUNCH_FAILED
public static final AMContainerEventType C_TA_SUCCEEDED
public static final AMContainerEventType C_COMPLETED
public static final AMContainerEventType C_NODE_FAILED
public static final AMContainerEventType C_STOP_REQUEST
public static final AMContainerEventType C_NM_STOP_FAILED
public static final AMContainerEventType C_NM_STOP_SENT
public static final AMContainerEventType C_TIMED_OUT
public static AMContainerEventType[] values()
for (AMContainerEventType c : AMContainerEventType.values()) System.out.println(c);
public static AMContainerEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Apache Software Foundation. All rights reserved.