Uses of Class
io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget.Builder
Packages that use CircuitBreakers.Thresholds.RetryBudget.Builder
-
Uses of CircuitBreakers.Thresholds.RetryBudget.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type CircuitBreakers.Thresholds.RetryBudget.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<CircuitBreakers.Thresholds.RetryBudget, CircuitBreakers.Thresholds.RetryBudget.Builder, CircuitBreakers.Thresholds.RetryBudgetOrBuilder> CircuitBreakers.Thresholds.Builder.retryBudgetBuilder_Methods in io.envoyproxy.envoy.config.cluster.v3 that return CircuitBreakers.Thresholds.RetryBudget.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Thresholds.RetryBudget.Builder.clear()CircuitBreakers.Thresholds.RetryBudget.Builder.clearBudgetPercent()Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder.clearMinRetryConcurrency()Specifies the minimum retry concurrency allowed for the retry budget.CircuitBreakers.Thresholds.Builder.getRetryBudgetBuilder()Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.RetryBudget.Builder.mergeBudgetPercent(Percent value) Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Thresholds.RetryBudget.Builder.mergeFrom(com.google.protobuf.Message other) CircuitBreakers.Thresholds.RetryBudget.Builder.mergeFrom(CircuitBreakers.Thresholds.RetryBudget other) CircuitBreakers.Thresholds.RetryBudget.Builder.mergeMinRetryConcurrency(com.google.protobuf.UInt32Value value) Specifies the minimum retry concurrency allowed for the retry budget.CircuitBreakers.Thresholds.RetryBudget.newBuilder()CircuitBreakers.Thresholds.RetryBudget.newBuilder(CircuitBreakers.Thresholds.RetryBudget prototype) CircuitBreakers.Thresholds.RetryBudget.newBuilderForType()CircuitBreakers.Thresholds.RetryBudget.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CircuitBreakers.Thresholds.RetryBudget.Builder.setBudgetPercent(Percent value) Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder.setBudgetPercent(Percent.Builder builderForValue) Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder.setMinRetryConcurrency(com.google.protobuf.UInt32Value value) Specifies the minimum retry concurrency allowed for the retry budget.CircuitBreakers.Thresholds.RetryBudget.Builder.setMinRetryConcurrency(com.google.protobuf.UInt32Value.Builder builderForValue) Specifies the minimum retry concurrency allowed for the retry budget.CircuitBreakers.Thresholds.RetryBudget.toBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type CircuitBreakers.Thresholds.RetryBudget.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<CircuitBreakers.Thresholds.RetryBudget, CircuitBreakers.Thresholds.RetryBudget.Builder, CircuitBreakers.Thresholds.RetryBudgetOrBuilder> CircuitBreakers.Thresholds.Builder.getRetryBudgetFieldBuilder()Specifies a limit on concurrent retries in relation to the number of active requests.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type CircuitBreakers.Thresholds.RetryBudget.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Thresholds.Builder.setRetryBudget(CircuitBreakers.Thresholds.RetryBudget.Builder builderForValue) Specifies a limit on concurrent retries in relation to the number of active requests.