public enum ClusterState extends Enum<ClusterState>
| Enum Constant and Description |
|---|
ACTIVE
Cache is active and operations.
|
INACTIVE
Cache is inactive.
|
TRANSITION
Cache is inactive.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterState INACTIVE
public static final ClusterState ACTIVE
public static final ClusterState TRANSITION
public static ClusterState[] values()
for (ClusterState c : ClusterState.values()) System.out.println(c);
public static 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 null
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017