Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
Packages that use CreateClusterRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateClusterRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type CreateClusterRequestModifier and TypeMethodDescriptionBigtableInstanceAdminClient.createCluster(CreateClusterRequest request) Creates a new cluster in the specified instance.com.google.api.core.ApiFuture<Cluster>BigtableInstanceAdminClient.createClusterAsync(CreateClusterRequest request) Asynchronously creates a new cluster in the specified instance. -
Uses of CreateClusterRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return CreateClusterRequestModifier and TypeMethodDescriptionstatic CreateClusterRequestBuilds a new request to create a new cluster to the specified instance with the specified cluster id.CreateClusterRequest.setKmsKeyName(String kmsKeyName) Sets the Google Cloud Key Management Service (KMS) key for a CMEK-protected Bigtable.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.CreateClusterRequest.setScalingMode(StaticClusterSize staticClusterSize) Sets the scaling node to manual and sets the number of nodes allocated to this cluster.CreateClusterRequest.setServeNodes(int numNodes) Deprecated.Please use CreateClusterRequest#setScalingMode insteadCreateClusterRequest.setStorageType(StorageType storageType) Sets the type of storage used by this cluster to serve its parent instance's tables.Sets the zone where the new cluster will be located.