Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
HeatWaveNode |
HeatWaveNode.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<HeatWaveNode> |
HeatWaveCluster.getClusterNodes()
A HeatWave node is a compute host that is part of a HeatWave cluster.
|
Modifier and Type | Method and Description |
---|---|
HeatWaveNode.Builder |
HeatWaveNode.Builder.copy(HeatWaveNode model) |
Modifier and Type | Method and Description |
---|---|
HeatWaveCluster.Builder |
HeatWaveCluster.Builder.clusterNodes(List<HeatWaveNode> clusterNodes)
A HeatWave node is a compute host that is part of a 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.
|
Copyright © 2016–2024. All rights reserved.