public static enum Cluster.ClusterState extends Enum<Cluster.ClusterState>
Enum Constant and Description |
---|
INITIALIZED |
INSTANTIATED |
RUNNING |
STARTED |
STOPPED |
STOPPING |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Cluster.ClusterState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.ClusterState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cluster.ClusterState INSTANTIATED
public static final Cluster.ClusterState INITIALIZED
public static final Cluster.ClusterState STARTED
public static final Cluster.ClusterState RUNNING
public static final Cluster.ClusterState STOPPING
public static final Cluster.ClusterState STOPPED
public static final Cluster.ClusterState UNKNOWN
public static Cluster.ClusterState[] values()
for (Cluster.ClusterState c : Cluster.ClusterState.values()) System.out.println(c);
public static Cluster.ClusterState 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 © 2015–2021 Fiji. All rights reserved.