Uses of Class
io.envoyproxy.envoy.api.v2.cluster.CircuitBreakers.Thresholds.Builder
Packages that use CircuitBreakers.Thresholds.Builder
-
Uses of CircuitBreakers.Thresholds.Builder in io.envoyproxy.envoy.api.v2.cluster
Methods in io.envoyproxy.envoy.api.v2.cluster that return CircuitBreakers.Thresholds.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Thresholds.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CircuitBreakers.Builder.addThresholdsBuilder()If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Builder.addThresholdsBuilder(int index) If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Thresholds.Builder.clear()CircuitBreakers.Thresholds.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CircuitBreakers.Thresholds.Builder.clearMaxConnectionPools()The maximum number of connection pools per cluster that Envoy will concurrently support at once.CircuitBreakers.Thresholds.Builder.clearMaxConnections()The maximum number of connections that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.clearMaxPendingRequests()The maximum number of pending requests that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.clearMaxRequests()The maximum number of parallel requests that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.clearMaxRetries()The maximum number of parallel retries that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CircuitBreakers.Thresholds.Builder.clearPriority()The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.CircuitBreakers.Thresholds.Builder.clearRetryBudget()Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.Builder.clearTrackRemaining()If track_remaining is true, then stats will be published that expose the number of resources remaining until the circuit breakers open.CircuitBreakers.Thresholds.Builder.clone()CircuitBreakers.Builder.getThresholdsBuilder(int index) If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Thresholds.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Thresholds.Builder.mergeFrom(com.google.protobuf.Message other) CircuitBreakers.Thresholds.Builder.mergeFrom(CircuitBreakers.Thresholds other) CircuitBreakers.Thresholds.Builder.mergeMaxConnectionPools(com.google.protobuf.UInt32Value value) The maximum number of connection pools per cluster that Envoy will concurrently support at once.CircuitBreakers.Thresholds.Builder.mergeMaxConnections(com.google.protobuf.UInt32Value value) The maximum number of connections that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.mergeMaxPendingRequests(com.google.protobuf.UInt32Value value) The maximum number of pending requests that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.mergeMaxRequests(com.google.protobuf.UInt32Value value) The maximum number of parallel requests that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.mergeMaxRetries(com.google.protobuf.UInt32Value value) The maximum number of parallel retries that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.mergeRetryBudget(CircuitBreakers.Thresholds.RetryBudget value) Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CircuitBreakers.Thresholds.newBuilder()CircuitBreakers.Thresholds.newBuilder(CircuitBreakers.Thresholds prototype) CircuitBreakers.Thresholds.newBuilderForType()protected CircuitBreakers.Thresholds.BuilderCircuitBreakers.Thresholds.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CircuitBreakers.Thresholds.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CircuitBreakers.Thresholds.Builder.setMaxConnectionPools(com.google.protobuf.UInt32Value value) The maximum number of connection pools per cluster that Envoy will concurrently support at once.CircuitBreakers.Thresholds.Builder.setMaxConnectionPools(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum number of connection pools per cluster that Envoy will concurrently support at once.CircuitBreakers.Thresholds.Builder.setMaxConnections(com.google.protobuf.UInt32Value value) The maximum number of connections that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.setMaxConnections(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum number of connections that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.setMaxPendingRequests(com.google.protobuf.UInt32Value value) The maximum number of pending requests that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.setMaxPendingRequests(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum number of pending requests that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.setMaxRequests(com.google.protobuf.UInt32Value value) The maximum number of parallel requests that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.setMaxRequests(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum number of parallel requests that Envoy will make to the upstream cluster.CircuitBreakers.Thresholds.Builder.setMaxRetries(com.google.protobuf.UInt32Value value) The maximum number of parallel retries that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.setMaxRetries(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum number of parallel retries that Envoy will allow to the upstream cluster.CircuitBreakers.Thresholds.Builder.setPriority(RoutingPriority value) The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.CircuitBreakers.Thresholds.Builder.setPriorityValue(int value) The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.CircuitBreakers.Thresholds.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CircuitBreakers.Thresholds.Builder.setRetryBudget(CircuitBreakers.Thresholds.RetryBudget value) Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.Builder.setRetryBudget(CircuitBreakers.Thresholds.RetryBudget.Builder builderForValue) Specifies a limit on concurrent retries in relation to the number of active requests.CircuitBreakers.Thresholds.Builder.setTrackRemaining(boolean value) If track_remaining is true, then stats will be published that expose the number of resources remaining until the circuit breakers open.CircuitBreakers.Thresholds.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CircuitBreakers.Thresholds.toBuilder()Methods in io.envoyproxy.envoy.api.v2.cluster that return types with arguments of type CircuitBreakers.Thresholds.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Builder.getThresholdsBuilderList()If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`, the first one in the list is used.Methods in io.envoyproxy.envoy.api.v2.cluster with parameters of type CircuitBreakers.Thresholds.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Builder.addThresholds(int index, CircuitBreakers.Thresholds.Builder builderForValue) If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Builder.addThresholds(CircuitBreakers.Thresholds.Builder builderForValue) If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Builder.setThresholds(int index, CircuitBreakers.Thresholds.Builder builderForValue) If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`, the first one in the list is used.