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 ClusterBigtableInstanceAdminClient. 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 CreateClusterRequestCreateClusterRequest. of(String instanceId, String clusterId)Builds a new request to create a new cluster to the specified instance with the specified cluster id.CreateClusterRequestCreateClusterRequest. setKmsKeyName(String kmsKeyName)Sets the Google Cloud Key Management Service (KMS) key for a CMEK-protected Bigtable.CreateClusterRequestCreateClusterRequest. 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.CreateClusterRequestCreateClusterRequest. setScalingMode(StaticClusterSize staticClusterSize)Sets the scaling node to manual and sets the number of nodes allocated to this cluster.CreateClusterRequestCreateClusterRequest. setServeNodes(int numNodes)Deprecated.Please use CreateClusterRequest#setScalingMode insteadCreateClusterRequestCreateClusterRequest. setStorageType(StorageType storageType)Sets the type of storage used by this cluster to serve its parent instance's tables.CreateClusterRequestCreateClusterRequest. setZone(String zone)Sets the zone where the new cluster will be located.
-