public static enum ClusterNodeInfo.ClusterNodeState extends Enum<ClusterNodeInfo.ClusterNodeState>
| Enum Constant and Description |
|---|
ACTIVE
Indicates that cluster node is currently active
|
NONE |
| Modifier and Type | Method and Description |
|---|---|
static ClusterNodeInfo.ClusterNodeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterNodeInfo.ClusterNodeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterNodeInfo.ClusterNodeState NONE
public static final ClusterNodeInfo.ClusterNodeState ACTIVE
public static ClusterNodeInfo.ClusterNodeState[] values()
for (ClusterNodeInfo.ClusterNodeState c : ClusterNodeInfo.ClusterNodeState.values()) System.out.println(c);
public static ClusterNodeInfo.ClusterNodeState 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 © 2012–2018 The Apache Software Foundation. All rights reserved.