Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3.SlowStartConfig.Builder
Packages that use SlowStartConfig.Builder
Package
Description
-
Uses of SlowStartConfig.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3 that return SlowStartConfig.BuilderModifier and TypeMethodDescriptionClientSideWeightedRoundRobin.Builder.getSlowStartConfigBuilder()Configuration for slow start mode.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3 with parameters of type SlowStartConfig.BuilderModifier and TypeMethodDescriptionClientSideWeightedRoundRobin.Builder.setSlowStartConfig(SlowStartConfig.Builder builderForValue) Configuration for slow start mode. -
Uses of SlowStartConfig.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return SlowStartConfig.BuilderModifier and TypeMethodDescriptionSlowStartConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SlowStartConfig.Builder.clear()SlowStartConfig.Builder.clearAggression()This parameter controls the speed of traffic increase over the slow start window.SlowStartConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SlowStartConfig.Builder.clearMinWeightPercent()Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.SlowStartConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SlowStartConfig.Builder.clearSlowStartWindow()Represents the size of slow start window.SlowStartConfig.Builder.clone()SlowStartConfig.Builder.mergeAggression(RuntimeDouble value) This parameter controls the speed of traffic increase over the slow start window.SlowStartConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SlowStartConfig.Builder.mergeFrom(com.google.protobuf.Message other) SlowStartConfig.Builder.mergeFrom(SlowStartConfig other) SlowStartConfig.Builder.mergeMinWeightPercent(Percent value) Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.SlowStartConfig.Builder.mergeSlowStartWindow(com.google.protobuf.Duration value) Represents the size of slow start window.final SlowStartConfig.BuilderSlowStartConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SlowStartConfig.BuilderSlowStartConfig.newBuilder()static SlowStartConfig.BuilderSlowStartConfig.newBuilder(SlowStartConfig prototype) SlowStartConfig.newBuilderForType()protected SlowStartConfig.BuilderSlowStartConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SlowStartConfig.Builder.setAggression(RuntimeDouble value) This parameter controls the speed of traffic increase over the slow start window.SlowStartConfig.Builder.setAggression(RuntimeDouble.Builder builderForValue) This parameter controls the speed of traffic increase over the slow start window.SlowStartConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SlowStartConfig.Builder.setMinWeightPercent(Percent value) Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.SlowStartConfig.Builder.setMinWeightPercent(Percent.Builder builderForValue) Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.SlowStartConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SlowStartConfig.Builder.setSlowStartWindow(com.google.protobuf.Duration value) Represents the size of slow start window.SlowStartConfig.Builder.setSlowStartWindow(com.google.protobuf.Duration.Builder builderForValue) Represents the size of slow start window.final SlowStartConfig.BuilderSlowStartConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SlowStartConfig.toBuilder() -
Uses of SlowStartConfig.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return SlowStartConfig.BuilderModifier and TypeMethodDescriptionLeastRequest.Builder.getSlowStartConfigBuilder()Configuration for slow start mode.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with parameters of type SlowStartConfig.BuilderModifier and TypeMethodDescriptionLeastRequest.Builder.setSlowStartConfig(SlowStartConfig.Builder builderForValue) Configuration for slow start mode. -
Uses of SlowStartConfig.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 that return SlowStartConfig.BuilderModifier and TypeMethodDescriptionRoundRobin.Builder.getSlowStartConfigBuilder()Configuration for slow start mode.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 with parameters of type SlowStartConfig.BuilderModifier and TypeMethodDescriptionRoundRobin.Builder.setSlowStartConfig(SlowStartConfig.Builder builderForValue) Configuration for slow start mode.