Uses of Class
io.envoyproxy.envoy.api.v2.cluster.CircuitBreakers.Builder
Packages that use CircuitBreakers.Builder
-
Uses of CircuitBreakers.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return CircuitBreakers.BuilderModifier and TypeMethodDescriptionCluster.Builder.getCircuitBreakersBuilder()Optional :ref:`circuit breaking <arch_overview_circuit_break>` for the cluster.Methods in io.envoyproxy.envoy.api.v2 with parameters of type CircuitBreakers.BuilderModifier and TypeMethodDescriptionCluster.Builder.setCircuitBreakers(CircuitBreakers.Builder builderForValue) Optional :ref:`circuit breaking <arch_overview_circuit_break>` for the cluster. -
Uses of CircuitBreakers.Builder in io.envoyproxy.envoy.api.v2.cluster
Methods in io.envoyproxy.envoy.api.v2.cluster that return CircuitBreakers.BuilderModifier and TypeMethodDescriptionCircuitBreakers.Builder.addAllThresholds(Iterable<? extends CircuitBreakers.Thresholds> values) 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CircuitBreakers.Builder.addThresholds(int index, CircuitBreakers.Thresholds value) 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(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 value) 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.clear()CircuitBreakers.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CircuitBreakers.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CircuitBreakers.Builder.clearThresholds()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.clone()CircuitBreakers.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CircuitBreakers.Builder.mergeFrom(com.google.protobuf.Message other) CircuitBreakers.Builder.mergeFrom(CircuitBreakers other) final CircuitBreakers.BuilderCircuitBreakers.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CircuitBreakers.BuilderCircuitBreakers.newBuilder()static CircuitBreakers.BuilderCircuitBreakers.newBuilder(CircuitBreakers prototype) CircuitBreakers.newBuilderForType()protected CircuitBreakers.BuilderCircuitBreakers.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CircuitBreakers.Builder.removeThresholds(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.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CircuitBreakers.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CircuitBreakers.Builder.setThresholds(int index, CircuitBreakers.Thresholds value) 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.final CircuitBreakers.BuilderCircuitBreakers.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CircuitBreakers.toBuilder()