Uses of Class
com.oracle.bmc.bds.model.BdsMetastoreConfiguration.MetastoreType
-
Packages that use BdsMetastoreConfiguration.MetastoreType Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of BdsMetastoreConfiguration.MetastoreType in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return BdsMetastoreConfiguration.MetastoreType Modifier and Type Method Description static BdsMetastoreConfiguration.MetastoreType
BdsMetastoreConfiguration.MetastoreType. create(String key)
BdsMetastoreConfiguration.MetastoreType
BdsMetastoreConfiguration. getMetastoreType()
The type of the metastore in the metastore configuration.BdsMetastoreConfiguration.MetastoreType
BdsMetastoreConfigurationSummary. getMetastoreType()
The type of the metastore in the metastore configuration.static BdsMetastoreConfiguration.MetastoreType
BdsMetastoreConfiguration.MetastoreType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BdsMetastoreConfiguration.MetastoreType[]
BdsMetastoreConfiguration.MetastoreType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type BdsMetastoreConfiguration.MetastoreType Modifier and Type Method Description BdsMetastoreConfiguration.Builder
BdsMetastoreConfiguration.Builder. metastoreType(BdsMetastoreConfiguration.MetastoreType metastoreType)
The type of the metastore in the metastore configuration.BdsMetastoreConfigurationSummary.Builder
BdsMetastoreConfigurationSummary.Builder. metastoreType(BdsMetastoreConfiguration.MetastoreType metastoreType)
The type of the metastore in the metastore configuration.Constructors in com.oracle.bmc.bds.model with parameters of type BdsMetastoreConfiguration.MetastoreType Constructor Description BdsMetastoreConfiguration(String id, String displayName, BdsMetastoreConfiguration.MetastoreType metastoreType, String metastoreId, String bdsApiKeyId, BdsMetastoreConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.BdsMetastoreConfigurationSummary(String id, String displayName, BdsMetastoreConfiguration.MetastoreType metastoreType, String metastoreId, String bdsApiKeyId, BdsMetastoreConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of BdsMetastoreConfiguration.MetastoreType in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return BdsMetastoreConfiguration.MetastoreType Modifier and Type Method Description BdsMetastoreConfiguration.MetastoreType
ListBdsMetastoreConfigurationsRequest. getMetastoreType()
The type of the metastore in the metastore configurationMethods in com.oracle.bmc.bds.requests with parameters of type BdsMetastoreConfiguration.MetastoreType Modifier and Type Method Description ListBdsMetastoreConfigurationsRequest.Builder
ListBdsMetastoreConfigurationsRequest.Builder. metastoreType(BdsMetastoreConfiguration.MetastoreType metastoreType)
The type of the metastore in the metastore configuration
-