Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
static BdsMetastoreConfiguration.LifecycleState |
BdsMetastoreConfiguration.LifecycleState.create(String key) |
BdsMetastoreConfiguration.LifecycleState |
BdsMetastoreConfigurationSummary.getLifecycleState()
the lifecycle state of the metastore configuration.
|
BdsMetastoreConfiguration.LifecycleState |
BdsMetastoreConfiguration.getLifecycleState()
the lifecycle state of the metastore configuration.
|
static BdsMetastoreConfiguration.LifecycleState |
BdsMetastoreConfiguration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BdsMetastoreConfiguration.LifecycleState[] |
BdsMetastoreConfiguration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BdsMetastoreConfigurationSummary.Builder |
BdsMetastoreConfigurationSummary.Builder.lifecycleState(BdsMetastoreConfiguration.LifecycleState lifecycleState)
the lifecycle state of the metastore configuration.
|
BdsMetastoreConfiguration.Builder |
BdsMetastoreConfiguration.Builder.lifecycleState(BdsMetastoreConfiguration.LifecycleState lifecycleState)
the lifecycle state of the metastore configuration.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
BdsMetastoreConfiguration.LifecycleState |
ListBdsMetastoreConfigurationsRequest.getLifecycleState()
The lifecycle state of the metastore in the metastore configuration
|
Modifier and Type | Method and Description |
---|---|
ListBdsMetastoreConfigurationsRequest.Builder |
ListBdsMetastoreConfigurationsRequest.Builder.lifecycleState(BdsMetastoreConfiguration.LifecycleState lifecycleState)
The lifecycle state of the metastore in the metastore configuration
|
Copyright © 2016–2024. All rights reserved.