Uses of Class
com.google.cloud.bigtable.admin.v2.models.StaticClusterSize
-
Packages that use StaticClusterSize Package Description com.google.cloud.bigtable.admin.v2.models -
-
Uses of StaticClusterSize in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return StaticClusterSize Modifier and Type Method Description static StaticClusterSize
StaticClusterSize. of(int clusterSize)
Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type StaticClusterSize Modifier and Type Method Description CreateClusterRequest
CreateClusterRequest. setScalingMode(StaticClusterSize staticClusterSize)
Sets the scaling node to manual and sets the number of nodes allocated to this cluster.
-