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