public static enum ClusterInfo.Info extends Enum<ClusterInfo.Info>
Enum Constant and Description |
---|
CURRENT_EPOCH |
KNOWN_NODES |
MESSAGES_RECEIVED |
MESSAGES_SENT |
MY_EPOCH |
SIZE |
SLOTS_ASSIGNED |
SLOTS_FAIL |
SLOTS_OK |
SLOTS_PFAIL |
STATE |
Modifier and Type | Method and Description |
---|---|
static ClusterInfo.Info |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterInfo.Info[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterInfo.Info STATE
public static final ClusterInfo.Info SLOTS_ASSIGNED
public static final ClusterInfo.Info SLOTS_OK
public static final ClusterInfo.Info SLOTS_PFAIL
public static final ClusterInfo.Info SLOTS_FAIL
public static final ClusterInfo.Info KNOWN_NODES
public static final ClusterInfo.Info SIZE
public static final ClusterInfo.Info CURRENT_EPOCH
public static final ClusterInfo.Info MY_EPOCH
public static final ClusterInfo.Info MESSAGES_SENT
public static final ClusterInfo.Info MESSAGES_RECEIVED
public static ClusterInfo.Info[] values()
for (ClusterInfo.Info c : ClusterInfo.Info.values()) System.out.println(c);
public static ClusterInfo.Info 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 © 2011–2021 Pivotal Software, Inc.. All rights reserved.