public static enum TierPartitionState.AppendResult extends java.lang.Enum<TierPartitionState.AppendResult>
Enum Constant and Description |
---|
ACCEPTED |
FAILED |
FENCED |
NOT_TIERABLE |
RESTORE_FENCED |
Modifier and Type | Method and Description |
---|---|
static TierPartitionState.AppendResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TierPartitionState.AppendResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TierPartitionState.AppendResult NOT_TIERABLE
public static final TierPartitionState.AppendResult FENCED
public static final TierPartitionState.AppendResult ACCEPTED
public static final TierPartitionState.AppendResult FAILED
public static final TierPartitionState.AppendResult RESTORE_FENCED
public static TierPartitionState.AppendResult[] values()
for (TierPartitionState.AppendResult c : TierPartitionState.AppendResult.values()) System.out.println(c);
public static TierPartitionState.AppendResult valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null