Package | Description |
---|---|
com.google.cloud.bigtable.admin.v2.models |
Modifier and Type | Class and Description |
---|---|
static class |
AppProfile.MultiClusterRoutingPolicy
A
AppProfile.RoutingPolicy that tells Cloud Bigtable that it can route each request to any
available cluster. |
static class |
AppProfile.SingleClusterRoutingPolicy
A
AppProfile.RoutingPolicy that routes all requests to a specific cluster. |
Modifier and Type | Method and Description |
---|---|
AppProfile.RoutingPolicy |
AppProfile.getPolicy()
Gets the routing policy for all read/write requests which use this app profile.
|
Modifier and Type | Method and Description |
---|---|
CreateAppProfileRequest |
CreateAppProfileRequest.setRoutingPolicy(AppProfile.RoutingPolicy routingPolicy)
Sets the routing policy for all read/write requests that use this app profile.
|
UpdateAppProfileRequest |
UpdateAppProfileRequest.setRoutingPolicy(AppProfile.RoutingPolicy routingPolicy)
Sets the routing policy for all read/write requests that use this app profile.
|
Copyright © 2019 Google LLC. All rights reserved.