| Package | Description |
|---|---|
| com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
| com.google.cloud.bigtable.admin.v2.models |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
BigtableInstanceAdminClient.createCluster(CreateClusterRequest request)
Creates a new cluster in the specified instance.
|
Cluster |
BigtableInstanceAdminClient.disableClusterAutoscaling(String instanceId,
String clusterId,
int staticSize)
Disables autoscaling and enables manual scaling by setting a static node count for the cluster.
|
Cluster |
BigtableInstanceAdminClient.getCluster(String instanceId,
String clusterId)
Gets the cluster representation by ID.
|
Cluster |
BigtableInstanceAdminClient.resizeCluster(String instanceId,
String clusterId,
int numServeNodes)
Modifies the cluster's node count for manual scaling.
|
Cluster |
BigtableInstanceAdminClient.updateClusterAutoscalingConfig(ClusterAutoscalingConfig clusterAutoscalingConfig)
Modifies the cluster's autoscaling config.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Cluster |
Cluster.fromProto(Cluster proto)
Wraps a protobuf response.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
PartialListClustersException.getClusters()
A partial list of clusters that were found in the available zones.
|
| Constructor and Description |
|---|
PartialListClustersException(List<String> unavailableZones,
List<Cluster> clusters)
This method is considered an internal implementation detail and not meant to be used by
applications.
|
Copyright © 2022 Google LLC. All rights reserved.