public static enum SemiTransactionalHiveMetastore.WriteMode extends Enum<SemiTransactionalHiveMetastore.WriteMode>
| Enum Constant and Description |
|---|
DIRECT_TO_TARGET_EXISTING_DIRECTORY |
DIRECT_TO_TARGET_NEW_DIRECTORY |
STAGE_AND_MOVE_TO_TARGET_DIRECTORY |
| Modifier and Type | Method and Description |
|---|---|
static SemiTransactionalHiveMetastore.WriteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemiTransactionalHiveMetastore.WriteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemiTransactionalHiveMetastore.WriteMode STAGE_AND_MOVE_TO_TARGET_DIRECTORY
public static final SemiTransactionalHiveMetastore.WriteMode DIRECT_TO_TARGET_NEW_DIRECTORY
public static final SemiTransactionalHiveMetastore.WriteMode DIRECT_TO_TARGET_EXISTING_DIRECTORY
public static SemiTransactionalHiveMetastore.WriteMode[] values()
for (SemiTransactionalHiveMetastore.WriteMode c : SemiTransactionalHiveMetastore.WriteMode.values()) System.out.println(c);
public static SemiTransactionalHiveMetastore.WriteMode 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 © 2012-2017. All Rights Reserved.