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.common.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return SlowStartConfig.BuilderModifier and TypeMethodDescriptionSlowStartConfig.Builder.clear()
SlowStartConfig.Builder.clearAggression()
This parameter controls the speed of traffic increase over the slow start window.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.clearSlowStartWindow()
Represents the size of slow start window.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.static SlowStartConfig.Builder
SlowStartConfig.newBuilder()
static SlowStartConfig.Builder
SlowStartConfig.newBuilder
(SlowStartConfig prototype) SlowStartConfig.newBuilderForType()
protected SlowStartConfig.Builder
SlowStartConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.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.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.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.SlowStartConfig.toBuilder()
-
Uses of SlowStartConfig.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with type parameters of type SlowStartConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SlowStartConfig, SlowStartConfig.Builder, SlowStartConfigOrBuilder> LeastRequest.Builder.slowStartConfigBuilder_
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 that return types with arguments of type SlowStartConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SlowStartConfig, SlowStartConfig.Builder, SlowStartConfigOrBuilder> LeastRequest.Builder.getSlowStartConfigFieldBuilder()
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
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 with type parameters of type SlowStartConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SlowStartConfig, SlowStartConfig.Builder, SlowStartConfigOrBuilder> RoundRobin.Builder.slowStartConfigBuilder_
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 that return types with arguments of type SlowStartConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SlowStartConfig, SlowStartConfig.Builder, SlowStartConfigOrBuilder> RoundRobin.Builder.getSlowStartConfigFieldBuilder()
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.