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