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