protected static enum CubeMigrationCLI.OptType extends Enum<CubeMigrationCLI.OptType>
| Enum Constant and Description |
|---|
ADD_INTO_PROJECT |
CHANGE_HTABLE_HOST |
CLEAR_SEGMENTS |
COPY_DICT_OR_SNAPSHOT |
COPY_FILE_IN_META |
PURGE_AND_DISABLE |
RENAME_FOLDER_IN_HDFS |
| Modifier and Type | Method and Description |
|---|---|
static CubeMigrationCLI.OptType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CubeMigrationCLI.OptType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CubeMigrationCLI.OptType COPY_FILE_IN_META
public static final CubeMigrationCLI.OptType COPY_DICT_OR_SNAPSHOT
public static final CubeMigrationCLI.OptType RENAME_FOLDER_IN_HDFS
public static final CubeMigrationCLI.OptType ADD_INTO_PROJECT
public static final CubeMigrationCLI.OptType CHANGE_HTABLE_HOST
public static final CubeMigrationCLI.OptType PURGE_AND_DISABLE
public static final CubeMigrationCLI.OptType CLEAR_SEGMENTS
public static CubeMigrationCLI.OptType[] values()
for (CubeMigrationCLI.OptType c : CubeMigrationCLI.OptType.values()) System.out.println(c);
public static CubeMigrationCLI.OptType 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 © 2014–2018 Apache Software Foundation. All rights reserved.