public static enum ClusterNodeInfo.RecoverLockState extends Enum<ClusterNodeInfo.RecoverLockState>
| Enum Constant and Description |
|---|
ACQUIRED
_lastRev recovery in progress
|
NONE |
| Modifier and Type | Method and Description |
|---|---|
static ClusterNodeInfo.RecoverLockState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterNodeInfo.RecoverLockState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterNodeInfo.RecoverLockState NONE
public static final ClusterNodeInfo.RecoverLockState ACQUIRED
public static ClusterNodeInfo.RecoverLockState[] values()
for (ClusterNodeInfo.RecoverLockState c : ClusterNodeInfo.RecoverLockState.values()) System.out.println(c);
public static ClusterNodeInfo.RecoverLockState 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.