Uses of Class
io.envoyproxy.envoy.config.overload.v3.ThresholdTrigger.Builder
Packages that use ThresholdTrigger.Builder
-
Uses of ThresholdTrigger.Builder in io.envoyproxy.envoy.config.overload.v3
Subclasses with type arguments of type ThresholdTrigger.Builder in io.envoyproxy.envoy.config.overload.v3Modifier and TypeClassDescriptionstatic final classProtobuf typeenvoy.config.overload.v3.ThresholdTriggerMethods in io.envoyproxy.envoy.config.overload.v3 that return ThresholdTrigger.BuilderModifier and TypeMethodDescriptionThresholdTrigger.Builder.clear()ThresholdTrigger.Builder.clearValue()If the resource pressure is greater than or equal to this value, the trigger will enter saturation.Trigger.Builder.getThresholdBuilder().envoy.config.overload.v3.ThresholdTrigger threshold = 2;ThresholdTrigger.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ThresholdTrigger.Builder.mergeFrom(com.google.protobuf.Message other) ThresholdTrigger.Builder.mergeFrom(ThresholdTrigger other) static ThresholdTrigger.BuilderThresholdTrigger.newBuilder()static ThresholdTrigger.BuilderThresholdTrigger.newBuilder(ThresholdTrigger prototype) ThresholdTrigger.newBuilderForType()protected ThresholdTrigger.BuilderThresholdTrigger.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ThresholdTrigger.Builder.setValue(double value) If the resource pressure is greater than or equal to this value, the trigger will enter saturation.ThresholdTrigger.toBuilder()Methods in io.envoyproxy.envoy.config.overload.v3 with parameters of type ThresholdTrigger.BuilderModifier and TypeMethodDescriptionTrigger.Builder.setThreshold(ThresholdTrigger.Builder builderForValue) .envoy.config.overload.v3.ThresholdTrigger threshold = 2;