public static enum AlterTableExecuteSpec.ExecuteOperationType extends Enum<AlterTableExecuteSpec.ExecuteOperationType>
| Enum Constant and Description |
|---|
EXPIRE_SNAPSHOT |
ROLLBACK |
| Modifier and Type | Method and Description |
|---|---|
static AlterTableExecuteSpec.ExecuteOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterTableExecuteSpec.ExecuteOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlterTableExecuteSpec.ExecuteOperationType ROLLBACK
public static final AlterTableExecuteSpec.ExecuteOperationType EXPIRE_SNAPSHOT
public static AlterTableExecuteSpec.ExecuteOperationType[] values()
for (AlterTableExecuteSpec.ExecuteOperationType c : AlterTableExecuteSpec.ExecuteOperationType.values()) System.out.println(c);
public static AlterTableExecuteSpec.ExecuteOperationType 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 © 2022 The Apache Software Foundation. All rights reserved.