Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetHeatWaveClusterRequest,GetHeatWaveClusterResponse> |
DbSystemWaiters.forHeatWaveCluster(GetHeatWaveClusterRequest request,
HeatWaveCluster.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetHeatWaveClusterRequest,GetHeatWaveClusterResponse> |
DbSystemWaiters.forHeatWaveCluster(GetHeatWaveClusterRequest request,
HeatWaveCluster.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetHeatWaveClusterRequest,GetHeatWaveClusterResponse> |
DbSystemWaiters.forHeatWaveCluster(GetHeatWaveClusterRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
HeatWaveCluster.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static HeatWaveCluster.LifecycleState |
HeatWaveCluster.LifecycleState.create(String key) |
HeatWaveCluster.LifecycleState |
HeatWaveClusterSummary.getLifecycleState()
The current state of the MySQL HeatWave cluster.
|
HeatWaveCluster.LifecycleState |
HeatWaveCluster.getLifecycleState()
The current state of the HeatWave cluster.
|
static HeatWaveCluster.LifecycleState |
HeatWaveCluster.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeatWaveCluster.LifecycleState[] |
HeatWaveCluster.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HeatWaveClusterSummary.Builder |
HeatWaveClusterSummary.Builder.lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the MySQL HeatWave cluster.
|
HeatWaveCluster.Builder |
HeatWaveCluster.Builder.lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the HeatWave cluster.
|
Constructor and Description |
---|
HeatWaveCluster(String dbSystemId,
String shapeName,
Integer clusterSize,
Boolean isLakehouseEnabled,
List<HeatWaveNode> clusterNodes,
HeatWaveCluster.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
HeatWaveClusterSummary(String shapeName,
Integer clusterSize,
Boolean isLakehouseEnabled,
HeatWaveCluster.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.