Uses of Interface
io.envoyproxy.envoy.config.core.v3.RuntimeDoubleOrBuilder
-
-
Uses of RuntimeDoubleOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type RuntimeDoubleOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.LeastRequestLbConfig.Builder. activeRequestBiasBuilder_
private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.SlowStartConfig.Builder. aggressionBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return RuntimeDoubleOrBuilder Modifier and Type Method Description RuntimeDoubleOrBuilder
Cluster.LeastRequestLbConfig.Builder. getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDoubleOrBuilder
Cluster.LeastRequestLbConfig. getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDoubleOrBuilder
Cluster.LeastRequestLbConfigOrBuilder. getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDoubleOrBuilder
Cluster.SlowStartConfig.Builder. getAggressionOrBuilder()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilder
Cluster.SlowStartConfig. getAggressionOrBuilder()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilder
Cluster.SlowStartConfigOrBuilder. getAggressionOrBuilder()
This parameter controls the speed of traffic increase over the slow start window.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type RuntimeDoubleOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.LeastRequestLbConfig.Builder. getActiveRequestBiasFieldBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.SlowStartConfig.Builder. getAggressionFieldBuilder()
This parameter controls the speed of traffic increase over the slow start window. -
Uses of RuntimeDoubleOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement RuntimeDoubleOrBuilder Modifier and Type Class Description class
RuntimeDouble
Runtime derived double with a default when not specified.static class
RuntimeDouble.Builder
Runtime derived double with a default when not specified. -
Uses of RuntimeDoubleOrBuilder in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with type parameters of type RuntimeDoubleOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
SlowStartConfig.Builder. aggressionBuilder_
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return RuntimeDoubleOrBuilder Modifier and Type Method Description RuntimeDoubleOrBuilder
SlowStartConfig.Builder. getAggressionOrBuilder()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilder
SlowStartConfig. getAggressionOrBuilder()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilder
SlowStartConfigOrBuilder. getAggressionOrBuilder()
This parameter controls the speed of traffic increase over the slow start window.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return types with arguments of type RuntimeDoubleOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
SlowStartConfig.Builder. getAggressionFieldBuilder()
This parameter controls the speed of traffic increase over the slow start window. -
Uses of RuntimeDoubleOrBuilder 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 RuntimeDoubleOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
LeastRequest.Builder. activeRequestBiasBuilder_
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return RuntimeDoubleOrBuilder Modifier and Type Method Description RuntimeDoubleOrBuilder
LeastRequest.Builder. getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDoubleOrBuilder
LeastRequest. getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDoubleOrBuilder
LeastRequestOrBuilder. getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return types with arguments of type RuntimeDoubleOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
LeastRequest.Builder. getActiveRequestBiasFieldBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.
-