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.
|
com.google.api.core.ApiFuture<Cluster> |
BigtableInstanceAdminClient.createClusterAsync(CreateClusterRequest request)
Asynchronously creates a new cluster in the specified instance.
|
Modifier and Type | Method and Description |
---|---|
static CreateClusterRequest |
CreateClusterRequest.of(String instanceId,
String clusterId)
Builds a new request to create a new cluster to the specified instance with the specified
cluster id.
|
CreateClusterRequest |
CreateClusterRequest.setServeNodes(int numNodes)
Sets the number of nodes allocated to this cluster.
|
CreateClusterRequest |
CreateClusterRequest.setStorageType(StorageType storageType)
Sets the type of storage used by this cluster to serve its parent instance's tables.
|
CreateClusterRequest |
CreateClusterRequest.setZone(String zone)
Sets the zone where the new cluster will be located.
|
Copyright © 2019 Google LLC. All rights reserved.