Uses of Class
io.envoyproxy.envoy.api.v2.cluster.CircuitBreakers.Thresholds
Packages that use CircuitBreakers.Thresholds
-
Uses of CircuitBreakers.Thresholds in io.envoyproxy.envoy.api.v2.cluster
Methods in io.envoyproxy.envoy.api.v2.cluster that return CircuitBreakers.ThresholdsModifier and TypeMethodDescriptionCircuitBreakers.Thresholds.Builder.build()CircuitBreakers.Thresholds.Builder.buildPartial()static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.getDefaultInstance()CircuitBreakers.Thresholds.Builder.getDefaultInstanceForType()CircuitBreakers.Thresholds.getDefaultInstanceForType()CircuitBreakers.Builder.getThresholds(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.getThresholds(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.CircuitBreakersOrBuilder.getThresholds(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.static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseDelimitedFrom(InputStream input) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(byte[] data) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(com.google.protobuf.ByteString data) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(com.google.protobuf.CodedInputStream input) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(InputStream input) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(ByteBuffer data) static CircuitBreakers.ThresholdsCircuitBreakers.Thresholds.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.cluster that return types with arguments of type CircuitBreakers.ThresholdsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CircuitBreakers.Thresholds>CircuitBreakers.Thresholds.getParserForType()CircuitBreakers.Builder.getThresholdsList()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.getThresholdsList()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.CircuitBreakersOrBuilder.getThresholdsList()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.static com.google.protobuf.Parser<CircuitBreakers.Thresholds>CircuitBreakers.Thresholds.parser()Methods in io.envoyproxy.envoy.api.v2.cluster with parameters of type CircuitBreakers.ThresholdsModifier and TypeMethodDescriptionCircuitBreakers.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(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.Thresholds.Builder.mergeFrom(CircuitBreakers.Thresholds other) CircuitBreakers.Thresholds.newBuilder(CircuitBreakers.Thresholds prototype) 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.Method parameters in io.envoyproxy.envoy.api.v2.cluster with type arguments of type CircuitBreakers.ThresholdsModifier 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.