public static enum BdsMetastoreConfiguration.MetastoreType extends Enum<BdsMetastoreConfiguration.MetastoreType> implements BmcEnum
The type of the metastore in the metastore configuration.
Enum Constant and Description |
---|
External |
Local |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static BdsMetastoreConfiguration.MetastoreType |
create(String key) |
String |
getValue() |
static BdsMetastoreConfiguration.MetastoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BdsMetastoreConfiguration.MetastoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BdsMetastoreConfiguration.MetastoreType Local
public static final BdsMetastoreConfiguration.MetastoreType External
public static final BdsMetastoreConfiguration.MetastoreType UnknownEnumValue
public static BdsMetastoreConfiguration.MetastoreType[] values()
for (BdsMetastoreConfiguration.MetastoreType c : BdsMetastoreConfiguration.MetastoreType.values()) System.out.println(c);
public static BdsMetastoreConfiguration.MetastoreType 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 BdsMetastoreConfiguration.MetastoreType create(String key)
Copyright © 2016–2024. All rights reserved.