Uses of Interface
io.grpc.serviceconfig.ServiceConfig.RetryThrottlingPolicyOrBuilder
Packages that use ServiceConfig.RetryThrottlingPolicyOrBuilder
-
Uses of ServiceConfig.RetryThrottlingPolicyOrBuilder in io.grpc.serviceconfig
Classes in io.grpc.serviceconfig that implement ServiceConfig.RetryThrottlingPolicyOrBuilderModifier and TypeClassDescriptionstatic final classIf a RetryThrottlingPolicy is provided, gRPC will automatically throttle retry attempts and hedged RPCs when the client's ratio of failures to successes exceeds a threshold.static final classIf a RetryThrottlingPolicy is provided, gRPC will automatically throttle retry attempts and hedged RPCs when the client's ratio of failures to successes exceeds a threshold.Methods in io.grpc.serviceconfig that return ServiceConfig.RetryThrottlingPolicyOrBuilderModifier and TypeMethodDescriptionServiceConfig.Builder.getRetryThrottlingOrBuilder().grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;ServiceConfig.getRetryThrottlingOrBuilder().grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;ServiceConfigOrBuilder.getRetryThrottlingOrBuilder().grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;