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.getCluster(String instanceId,
String clusterId)
Get the cluster representation by ID.
|
Cluster |
BigtableInstanceAdminClient.resizeCluster(String instanceId,
String clusterId,
int numServeNodes)
Resizes the cluster's node count.
|
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.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 resizes the cluster's node count.
|
Modifier and Type | Method and Description |
---|---|
static Cluster |
Cluster.fromProto(com.google.bigtable.admin.v2.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 © 2019 Google LLC. All rights reserved.