Uses of Interface
com.google.cloud.bigtable.admin.v2.models.AppProfile.RoutingPolicy
Packages that use AppProfile.RoutingPolicy
-
Uses of AppProfile.RoutingPolicy in com.google.cloud.bigtable.admin.v2.models
Classes in com.google.cloud.bigtable.admin.v2.models that implement AppProfile.RoutingPolicyModifier and TypeClassDescriptionstatic classAAppProfile.RoutingPolicythat tells Cloud Bigtable that it can route each request to any available cluster.static classAAppProfile.RoutingPolicythat routes all requests to a specific cluster.Methods in com.google.cloud.bigtable.admin.v2.models that return AppProfile.RoutingPolicyModifier and TypeMethodDescriptionAppProfile.getPolicy()Gets the routing policy for all read/write requests which use this app profile.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type AppProfile.RoutingPolicyModifier 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.