Uses of Interface
com.google.cloud.bigtable.admin.v2.models.AppProfile.RoutingPolicy
-
Uses of AppProfile.RoutingPolicy in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeClassDescriptionstatic class
AAppProfile.RoutingPolicy
that tells Cloud Bigtable that it can route each request to any available cluster.static class
AAppProfile.RoutingPolicy
that routes all requests to a specific cluster.Modifier and TypeMethodDescriptionAppProfile.getPolicy()
Gets the routing policy for all read/write requests which use this app profile.Modifier and TypeMethodDescriptionCreateAppProfileRequest.setRoutingPolicy
(AppProfile.RoutingPolicy routingPolicy) Sets the routing policy for all read/write requests that use this app profile.UpdateAppProfileRequest.setRoutingPolicy
(AppProfile.RoutingPolicy routingPolicy) Sets the routing policy for all read/write requests that use this app profile.