public static enum HiveClientConfig.InsertExistingPartitionsBehavior extends Enum<HiveClientConfig.InsertExistingPartitionsBehavior>
| Modifier and Type | Method and Description |
|---|---|
static HiveClientConfig.InsertExistingPartitionsBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveClientConfig.InsertExistingPartitionsBehavior |
valueOf(String value,
boolean immutablePartition) |
static HiveClientConfig.InsertExistingPartitionsBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveClientConfig.InsertExistingPartitionsBehavior ERROR
public static final HiveClientConfig.InsertExistingPartitionsBehavior APPEND
public static final HiveClientConfig.InsertExistingPartitionsBehavior OVERWRITE
public static HiveClientConfig.InsertExistingPartitionsBehavior[] values()
for (HiveClientConfig.InsertExistingPartitionsBehavior c : HiveClientConfig.InsertExistingPartitionsBehavior.values()) System.out.println(c);
public static HiveClientConfig.InsertExistingPartitionsBehavior 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 nullpublic static HiveClientConfig.InsertExistingPartitionsBehavior valueOf(String value, boolean immutablePartition)
Copyright © 2012–2023. All rights reserved.