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 RuntimeDoubleOrBuilderCluster.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.RuntimeDoubleOrBuilderCluster.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.RuntimeDoubleOrBuilderCluster.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.RuntimeDoubleOrBuilderCluster.SlowStartConfig.Builder. getAggressionOrBuilder()This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilderCluster.SlowStartConfig. getAggressionOrBuilder()This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilderCluster.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 classRuntimeDoubleRuntime derived double with a default when not specified.static classRuntimeDouble.BuilderRuntime 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 RuntimeDoubleOrBuilderSlowStartConfig.Builder. getAggressionOrBuilder()This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilderSlowStartConfig. getAggressionOrBuilder()This parameter controls the speed of traffic increase over the slow start window.RuntimeDoubleOrBuilderSlowStartConfigOrBuilder. 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 RuntimeDoubleOrBuilderLeastRequest.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.RuntimeDoubleOrBuilderLeastRequest. 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.RuntimeDoubleOrBuilderLeastRequestOrBuilder. 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.
-