Uses of Class
io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget
Packages that use CircuitBreakers.Thresholds.RetryBudget
-
Uses of CircuitBreakers.Thresholds.RetryBudget in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return CircuitBreakers.Thresholds.RetryBudgetModifier and TypeMethodDescriptionCircuitBreakers.Thresholds.RetryBudget.Builder.build()CircuitBreakers.Thresholds.RetryBudget.Builder.buildPartial()CircuitBreakers.Thresholds.RetryBudget.getDefaultInstance()CircuitBreakers.Thresholds.RetryBudget.Builder.getDefaultInstanceForType()CircuitBreakers.Thresholds.RetryBudget.getDefaultInstanceForType()CircuitBreakers.Thresholds.Builder.getRetryBudget()Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.getRetryBudget()Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.ThresholdsOrBuilder.getRetryBudget()Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.RetryBudget.parseDelimitedFrom(InputStream input) CircuitBreakers.Thresholds.RetryBudget.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Thresholds.RetryBudget.parseFrom(byte[] data) CircuitBreakers.Thresholds.RetryBudget.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Thresholds.RetryBudget.parseFrom(com.google.protobuf.ByteString data) CircuitBreakers.Thresholds.RetryBudget.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Thresholds.RetryBudget.parseFrom(com.google.protobuf.CodedInputStream input) CircuitBreakers.Thresholds.RetryBudget.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Thresholds.RetryBudget.parseFrom(InputStream input) CircuitBreakers.Thresholds.RetryBudget.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Thresholds.RetryBudget.parseFrom(ByteBuffer data) CircuitBreakers.Thresholds.RetryBudget.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type CircuitBreakers.Thresholds.RetryBudgetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> CircuitBreakers.Thresholds.RetryBudget.getParserForType()static com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> CircuitBreakers.Thresholds.RetryBudget.parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type CircuitBreakers.Thresholds.RetryBudgetModifier and TypeMethodDescriptionCircuitBreakers.Thresholds.RetryBudget.Builder.mergeFrom(CircuitBreakers.Thresholds.RetryBudget other) CircuitBreakers.Thresholds.Builder.mergeRetryBudget(CircuitBreakers.Thresholds.RetryBudget value) Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.RetryBudget.newBuilder(CircuitBreakers.Thresholds.RetryBudget prototype) CircuitBreakers.Thresholds.Builder.setRetryBudget(CircuitBreakers.Thresholds.RetryBudget value) Specifies a limit on concurrent retries in relation to the number of active requests.