public static enum ClusterHotRestartStatusDTO.ClusterHotRestartStatus extends Enum<ClusterHotRestartStatusDTO.ClusterHotRestartStatus>
| Enum Constant and Description | 
|---|
| FAILED | 
| IN_PROGRESS | 
| SUCCEEDED | 
| UNKNOWN | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClusterHotRestartStatusDTO.ClusterHotRestartStatus | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ClusterHotRestartStatusDTO.ClusterHotRestartStatus[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ClusterHotRestartStatusDTO.ClusterHotRestartStatus UNKNOWN
public static final ClusterHotRestartStatusDTO.ClusterHotRestartStatus IN_PROGRESS
public static final ClusterHotRestartStatusDTO.ClusterHotRestartStatus FAILED
public static final ClusterHotRestartStatusDTO.ClusterHotRestartStatus SUCCEEDED
public static ClusterHotRestartStatusDTO.ClusterHotRestartStatus[] values()
for (ClusterHotRestartStatusDTO.ClusterHotRestartStatus c : ClusterHotRestartStatusDTO.ClusterHotRestartStatus.values()) System.out.println(c);
public static ClusterHotRestartStatusDTO.ClusterHotRestartStatus 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 © 2018 Hazelcast, Inc.. All Rights Reserved.