java.io.Serializable, java.lang.Comparable<ContainersLauncherEventType>public enum ContainersLauncherEventType extends java.lang.Enum<ContainersLauncherEventType>
| Enum Constant | Description |
|---|---|
CLEANUP_CONTAINER |
|
CLEANUP_CONTAINER_FOR_REINIT |
|
LAUNCH_CONTAINER |
|
PAUSE_CONTAINER |
|
RECOVER_CONTAINER |
|
RECOVER_PAUSED_CONTAINER |
|
RELAUNCH_CONTAINER |
|
RESUME_CONTAINER |
|
SIGNAL_CONTAINER |
| Modifier and Type | Method | Description |
|---|---|---|
static ContainersLauncherEventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ContainersLauncherEventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainersLauncherEventType LAUNCH_CONTAINER
public static final ContainersLauncherEventType RELAUNCH_CONTAINER
public static final ContainersLauncherEventType RECOVER_CONTAINER
public static final ContainersLauncherEventType CLEANUP_CONTAINER
public static final ContainersLauncherEventType CLEANUP_CONTAINER_FOR_REINIT
public static final ContainersLauncherEventType SIGNAL_CONTAINER
public static final ContainersLauncherEventType PAUSE_CONTAINER
public static final ContainersLauncherEventType RESUME_CONTAINER
public static final ContainersLauncherEventType RECOVER_PAUSED_CONTAINER
public static ContainersLauncherEventType[] values()
for (ContainersLauncherEventType c : ContainersLauncherEventType.values()) System.out.println(c);
public static ContainersLauncherEventType 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.