Uses of Class
com.oracle.bmc.mysql.model.HeatWaveNode
-
Packages that use HeatWaveNode Package Description com.oracle.bmc.mysql.model -
-
Uses of HeatWaveNode in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return HeatWaveNode Modifier and Type Method Description HeatWaveNode
HeatWaveNode.Builder. build()
Methods in com.oracle.bmc.mysql.model that return types with arguments of type HeatWaveNode Modifier and Type Method Description List<HeatWaveNode>
HeatWaveCluster. getClusterNodes()
A HeatWave node is a compute host that is part of a HeatWave cluster.Methods in com.oracle.bmc.mysql.model with parameters of type HeatWaveNode Modifier and Type Method Description HeatWaveNode.Builder
HeatWaveNode.Builder. copy(HeatWaveNode model)
Method parameters in com.oracle.bmc.mysql.model with type arguments of type HeatWaveNode Modifier and Type Method Description HeatWaveCluster.Builder
HeatWaveCluster.Builder. clusterNodes(List<HeatWaveNode> clusterNodes)
A HeatWave node is a compute host that is part of a HeatWave cluster.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type HeatWaveNode Constructor Description HeatWaveCluster(String dbSystemId, String shapeName, Integer clusterSize, Boolean isLakehouseEnabled, List<HeatWaveNode> clusterNodes, HeatWaveCluster.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated)
Deprecated.
-