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