| Package | Description |
|---|---|
| io.grpc.serviceconfig |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceConfig.RetryThrottlingPolicy
If 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 class |
ServiceConfig.RetryThrottlingPolicy.Builder
If 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.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig.RetryThrottlingPolicyOrBuilder |
ServiceConfig.getRetryThrottlingOrBuilder()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3; |
ServiceConfig.RetryThrottlingPolicyOrBuilder |
ServiceConfig.Builder.getRetryThrottlingOrBuilder()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3; |
ServiceConfig.RetryThrottlingPolicyOrBuilder |
ServiceConfigOrBuilder.getRetryThrottlingOrBuilder()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3; |
Copyright © 2022 Google LLC. All rights reserved.