public static enum AlterTableExecuteSpec.ExecuteOperationType extends Enum<AlterTableExecuteSpec.ExecuteOperationType>
| Enum Constant and Description |
|---|
CHERRY_PICK |
DELETE_METADATA |
DELETE_ORPHAN_FILES |
EXPIRE_SNAPSHOT |
FAST_FORWARD |
ROLLBACK |
SET_CURRENT_SNAPSHOT |
| 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 final AlterTableExecuteSpec.ExecuteOperationType SET_CURRENT_SNAPSHOT
public static final AlterTableExecuteSpec.ExecuteOperationType FAST_FORWARD
public static final AlterTableExecuteSpec.ExecuteOperationType CHERRY_PICK
public static final AlterTableExecuteSpec.ExecuteOperationType DELETE_METADATA
public static final AlterTableExecuteSpec.ExecuteOperationType DELETE_ORPHAN_FILES
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 © 2024 The Apache Software Foundation. All rights reserved.