Uses of Class
com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of ClusterAutoscalingConfig in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableInstanceAdminClient.updateClusterAutoscalingConfig
(ClusterAutoscalingConfig clusterAutoscalingConfig) Modifies the cluster's autoscaling config.com.google.api.core.ApiFuture<Cluster>
BigtableInstanceAdminClient.updateClusterAutoscalingConfigAsync
(ClusterAutoscalingConfig clusterAutoscalingConfig) Asynchronously modifies the cluster's autoscaling config. -
Uses of ClusterAutoscalingConfig in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeMethodDescriptionstatic ClusterAutoscalingConfig
ClusterAutoscalingConfig.setCpuUtilizationTargetPercent
(int cpuUtilizationTargetPercent) Set the CPU utilization that the Autoscaler should be trying to achieve.ClusterAutoscalingConfig.setMaxNodes
(int maxNodes) Set the maximum number of nodes to scale up to.ClusterAutoscalingConfig.setMinNodes
(int minNodes) Set the minimum number of nodes to scale down to.ClusterAutoscalingConfig.setStorageUtilizationGibPerNode
(int storageUtilizationGibPerNode) Modifier and TypeMethodDescriptionCreateInstanceRequest.addCluster
(String clusterId, String zone, ClusterAutoscalingConfig clusterAutoscalingConfig, StorageType storageType) Adds a cluster to the instance request with autoscaling enabled.CreateClusterRequest.setScalingMode
(ClusterAutoscalingConfig autoscalingConfig) Sets the scaling mode to autoscaling by accepting an AutoscalingConfig where min nodes, max nodes, CPU utilization percent target, and storage utilization gib per node are set.