protected static enum NMClientAsyncImpl.ContainerEventType extends Enum<NMClientAsyncImpl.ContainerEventType>
| Enum Constant and Description | 
|---|
| COMMIT_LAST_REINT | 
| QUERY_CONTAINER | 
| REINITIALIZE_CONTAINER | 
| RESTART_CONTAINER | 
| ROLLBACK_LAST_REINIT | 
| START_CONTAINER | 
| STOP_CONTAINER | 
| UPDATE_CONTAINER_RESOURCE | 
| Modifier and Type | Method and Description | 
|---|---|
| static NMClientAsyncImpl.ContainerEventType | valueOf(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(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 © 2008–2023 Apache Software Foundation. All rights reserved.