Uses of Class
io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds.Builder
Packages that use CircuitBreakers.Thresholds.Builder
-
Uses of CircuitBreakers.Thresholds.Builder in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return CircuitBreakers.Thresholds.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Builder.addPerHostThresholdsBuilder()Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.CircuitBreakers.Builder.addPerHostThresholdsBuilder(int index) Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.CircuitBreakers.Thresholds.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CircuitBreakers.Builder.addThresholdsBuilder()If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Builder.addThresholdsBuilder(int index) If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.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_v3_api_enum_config.core.v3.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.getPerHostThresholdsBuilder(int index) Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.CircuitBreakers.Builder.getThresholdsBuilder(int index) If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.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_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.CircuitBreakers.Thresholds.Builder.setPriorityValue(int value) The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.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.config.cluster.v3 that return types with arguments of type CircuitBreakers.Thresholds.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Builder.getPerHostThresholdsBuilderList()Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.CircuitBreakers.Builder.getThresholdsBuilderList()If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type CircuitBreakers.Thresholds.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Builder.addPerHostThresholds(int index, CircuitBreakers.Thresholds.Builder builderForValue) Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.CircuitBreakers.Builder.addPerHostThresholds(CircuitBreakers.Thresholds.Builder builderForValue) Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.CircuitBreakers.Builder.addThresholds(int index, CircuitBreakers.Thresholds.Builder builderForValue) If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Builder.addThresholds(CircuitBreakers.Thresholds.Builder builderForValue) If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.CircuitBreakers.Builder.setPerHostThresholds(int index, CircuitBreakers.Thresholds.Builder builderForValue) Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.CircuitBreakers.Builder.setThresholds(int index, CircuitBreakers.Thresholds.Builder builderForValue) If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.