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