public static enum ClusterTopologyManager.ClusterManagerStatus extends Enum<ClusterTopologyManager.ClusterManagerStatus>
Enum Constant and Description |
---|
COORDINATOR |
INITIALIZING |
RECOVERING_CLUSTER |
REGULAR_MEMBER |
STOPPING |
Modifier and Type | Method and Description |
---|---|
static ClusterTopologyManager.ClusterManagerStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterTopologyManager.ClusterManagerStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterTopologyManager.ClusterManagerStatus INITIALIZING
public static final ClusterTopologyManager.ClusterManagerStatus REGULAR_MEMBER
public static final ClusterTopologyManager.ClusterManagerStatus COORDINATOR
public static final ClusterTopologyManager.ClusterManagerStatus RECOVERING_CLUSTER
public static final ClusterTopologyManager.ClusterManagerStatus STOPPING
public static ClusterTopologyManager.ClusterManagerStatus[] values()
for (ClusterTopologyManager.ClusterManagerStatus c : ClusterTopologyManager.ClusterManagerStatus.values()) System.out.println(c);
public static ClusterTopologyManager.ClusterManagerStatus 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 © 2021 JBoss by Red Hat. All rights reserved.