Uses of Class
com.google.cloud.bigtable.admin.v2.models.Cluster
-
Packages that use Cluster Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of Cluster in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return Cluster Modifier and Type Method Description ClusterBigtableInstanceAdminClient. createCluster(CreateClusterRequest request)Creates a new cluster in the specified instance.ClusterBigtableInstanceAdminClient. disableClusterAutoscaling(String instanceId, String clusterId, int staticSize)Disables autoscaling and enables manual scaling by setting a static node count for the cluster.ClusterBigtableInstanceAdminClient. getCluster(String instanceId, String clusterId)Gets the cluster representation by ID.ClusterBigtableInstanceAdminClient. resizeCluster(String instanceId, String clusterId, int numServeNodes)Modifies the cluster's node count for manual scaling.ClusterBigtableInstanceAdminClient. updateClusterAutoscalingConfig(ClusterAutoscalingConfig clusterAutoscalingConfig)Modifies the cluster's autoscaling config.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type Cluster Modifier and Type Method Description com.google.api.core.ApiFuture<Cluster>BigtableInstanceAdminClient. createClusterAsync(CreateClusterRequest request)Asynchronously creates a new cluster in the specified instance.com.google.api.core.ApiFuture<Cluster>BigtableInstanceAdminClient. disableClusterAutoscalingAsync(String instanceId, String clusterId, int staticSize)Asynchronously disables autoscaling and enables manual scaling by setting a static node count for the cluster.com.google.api.core.ApiFuture<Cluster>BigtableInstanceAdminClient. getClusterAsync(String instanceId, String clusterId)Asynchronously gets the cluster representation by ID.List<Cluster>BigtableInstanceAdminClient. listClusters(String instanceId)Lists all clusters in the specified instance.com.google.api.core.ApiFuture<List<Cluster>>BigtableInstanceAdminClient. listClustersAsync(String instanceId)Asynchronously lists all clusters in the specified instance.com.google.api.core.ApiFuture<Cluster>BigtableInstanceAdminClient. resizeClusterAsync(String instanceId, String clusterId, int numServeNodes)Asynchronously modifies the cluster's node count for manual scaling.com.google.api.core.ApiFuture<Cluster>BigtableInstanceAdminClient. updateClusterAutoscalingConfigAsync(ClusterAutoscalingConfig clusterAutoscalingConfig)Asynchronously modifies the cluster's autoscaling config. -
Uses of Cluster in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Cluster Modifier and Type Method Description static ClusterCluster. fromProto(Cluster proto)Wraps a protobuf response.Methods in com.google.cloud.bigtable.admin.v2.models that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>PartialListClustersException. getClusters()A partial list of clusters that were found in the available zones.
-