java.io.Serializable, java.lang.Comparable<NMClientAsyncImpl.ContainerEventType>protected static enum NMClientAsyncImpl.ContainerEventType extends java.lang.Enum<NMClientAsyncImpl.ContainerEventType>
| Enum Constant | Description |
|---|---|
COMMIT_LAST_REINT |
|
QUERY_CONTAINER |
|
REINITIALIZE_CONTAINER |
|
RESTART_CONTAINER |
|
ROLLBACK_LAST_REINIT |
|
START_CONTAINER |
|
STOP_CONTAINER |
|
UPDATE_CONTAINER_RESOURCE |
| Modifier and Type | Method | Description |
|---|---|---|
static NMClientAsyncImpl.ContainerEventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NMClientAsyncImpl.ContainerEventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NMClientAsyncImpl.ContainerEventType START_CONTAINER
public static final NMClientAsyncImpl.ContainerEventType STOP_CONTAINER
public static final NMClientAsyncImpl.ContainerEventType QUERY_CONTAINER
public static final NMClientAsyncImpl.ContainerEventType UPDATE_CONTAINER_RESOURCE
public static final NMClientAsyncImpl.ContainerEventType REINITIALIZE_CONTAINER
public static final NMClientAsyncImpl.ContainerEventType RESTART_CONTAINER
public static final NMClientAsyncImpl.ContainerEventType ROLLBACK_LAST_REINIT
public static final NMClientAsyncImpl.ContainerEventType COMMIT_LAST_REINT
public static NMClientAsyncImpl.ContainerEventType[] values()
for (NMClientAsyncImpl.ContainerEventType c : NMClientAsyncImpl.ContainerEventType.values()) System.out.println(c);
public static NMClientAsyncImpl.ContainerEventType 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.