Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.SlowStartConfig.Builder
Packages that use Cluster.SlowStartConfig.Builder
-
Uses of Cluster.SlowStartConfig.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.SlowStartConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.SlowStartConfig, Cluster.SlowStartConfig.Builder, Cluster.SlowStartConfigOrBuilder> Cluster.LeastRequestLbConfig.Builder.slowStartConfigBuilder_
private com.google.protobuf.SingleFieldBuilder
<Cluster.SlowStartConfig, Cluster.SlowStartConfig.Builder, Cluster.SlowStartConfigOrBuilder> Cluster.RoundRobinLbConfig.Builder.slowStartConfigBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.SlowStartConfig.BuilderModifier and TypeMethodDescriptionCluster.SlowStartConfig.Builder.clear()
Cluster.SlowStartConfig.Builder.clearAggression()
This parameter controls the speed of traffic increase over the slow start window.Cluster.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.Cluster.SlowStartConfig.Builder.clearSlowStartWindow()
Represents the size of slow start window.Cluster.LeastRequestLbConfig.Builder.getSlowStartConfigBuilder()
Configuration for slow start mode.Cluster.RoundRobinLbConfig.Builder.getSlowStartConfigBuilder()
Configuration for slow start mode.Cluster.SlowStartConfig.Builder.mergeAggression
(RuntimeDouble value) This parameter controls the speed of traffic increase over the slow start window.Cluster.SlowStartConfig.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.SlowStartConfig.Builder.mergeFrom
(com.google.protobuf.Message other) Cluster.SlowStartConfig.Builder.mergeFrom
(Cluster.SlowStartConfig other) Cluster.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.Cluster.SlowStartConfig.Builder.mergeSlowStartWindow
(com.google.protobuf.Duration value) Represents the size of slow start window.Cluster.SlowStartConfig.newBuilder()
Cluster.SlowStartConfig.newBuilder
(Cluster.SlowStartConfig prototype) Cluster.SlowStartConfig.newBuilderForType()
protected Cluster.SlowStartConfig.Builder
Cluster.SlowStartConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.SlowStartConfig.Builder.setAggression
(RuntimeDouble value) This parameter controls the speed of traffic increase over the slow start window.Cluster.SlowStartConfig.Builder.setAggression
(RuntimeDouble.Builder builderForValue) This parameter controls the speed of traffic increase over the slow start window.Cluster.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.Cluster.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.Cluster.SlowStartConfig.Builder.setSlowStartWindow
(com.google.protobuf.Duration value) Represents the size of slow start window.Cluster.SlowStartConfig.Builder.setSlowStartWindow
(com.google.protobuf.Duration.Builder builderForValue) Represents the size of slow start window.Cluster.SlowStartConfig.toBuilder()
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.SlowStartConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.SlowStartConfig, Cluster.SlowStartConfig.Builder, Cluster.SlowStartConfigOrBuilder> Cluster.LeastRequestLbConfig.Builder.getSlowStartConfigFieldBuilder()
Configuration for slow start mode.private com.google.protobuf.SingleFieldBuilder
<Cluster.SlowStartConfig, Cluster.SlowStartConfig.Builder, Cluster.SlowStartConfigOrBuilder> Cluster.RoundRobinLbConfig.Builder.getSlowStartConfigFieldBuilder()
Configuration for slow start mode.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.SlowStartConfig.BuilderModifier and TypeMethodDescriptionCluster.LeastRequestLbConfig.Builder.setSlowStartConfig
(Cluster.SlowStartConfig.Builder builderForValue) Configuration for slow start mode.Cluster.RoundRobinLbConfig.Builder.setSlowStartConfig
(Cluster.SlowStartConfig.Builder builderForValue) Configuration for slow start mode.