Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
AnalyticsClusterNode |
AnalyticsClusterNode.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AnalyticsClusterNode> |
AnalyticsCluster.getClusterNodes()
An Analytics Cluster Node is a compute host that is part of an Analytics Cluster.
|
Modifier and Type | Method and Description |
---|---|
AnalyticsClusterNode.Builder |
AnalyticsClusterNode.Builder.copy(AnalyticsClusterNode o) |
Modifier and Type | Method and Description |
---|---|
AnalyticsCluster.Builder |
AnalyticsCluster.Builder.clusterNodes(List<AnalyticsClusterNode> clusterNodes)
An Analytics Cluster Node is a compute host that is part of an 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.
|
Copyright © 2016–2022. All rights reserved.