Uses of Interface
io.grpc.serviceconfig.ServiceConfig.RetryThrottlingPolicyOrBuilder
-
Packages that use ServiceConfig.RetryThrottlingPolicyOrBuilder Package Description io.grpc.serviceconfig -
-
Uses of ServiceConfig.RetryThrottlingPolicyOrBuilder in io.grpc.serviceconfig
Classes in io.grpc.serviceconfig that implement ServiceConfig.RetryThrottlingPolicyOrBuilder Modifier and Type Class Description static classServiceConfig.RetryThrottlingPolicyIf 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 classServiceConfig.RetryThrottlingPolicy.BuilderIf 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.RetryThrottlingPolicyOrBuilder Modifier and Type Method Description ServiceConfig.RetryThrottlingPolicyOrBuilderServiceConfig.Builder. getRetryThrottlingOrBuilder().grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;ServiceConfig.RetryThrottlingPolicyOrBuilderServiceConfig. getRetryThrottlingOrBuilder().grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;ServiceConfig.RetryThrottlingPolicyOrBuilderServiceConfigOrBuilder. getRetryThrottlingOrBuilder().grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;
-