Uses of Interface
io.envoyproxy.envoy.config.core.v3.RuntimeDoubleOrBuilder
-
-
Uses of RuntimeDoubleOrBuilder in io.envoyproxy.envoy.config.cluster.v3
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. -
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.filters.http.admission_control.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 that return RuntimeDoubleOrBuilder Modifier and Type Method Description RuntimeDoubleOrBuilderAdmissionControl.Builder. getAggressionOrBuilder()Rejection probability is defined by the formula:: max(0, (rq_count - rq_success_count / sr_threshold) / (rq_count + 1)) ^ (1 / aggression) The aggression dictates how heavily the admission controller will throttle requests upon SR dropping at or below the threshold.RuntimeDoubleOrBuilderAdmissionControl. getAggressionOrBuilder()Rejection probability is defined by the formula:: max(0, (rq_count - rq_success_count / sr_threshold) / (rq_count + 1)) ^ (1 / aggression) The aggression dictates how heavily the admission controller will throttle requests upon SR dropping at or below the threshold.RuntimeDoubleOrBuilderAdmissionControlOrBuilder. getAggressionOrBuilder()Rejection probability is defined by the formula:: max(0, (rq_count - rq_success_count / sr_threshold) / (rq_count + 1)) ^ (1 / aggression) The aggression dictates how heavily the admission controller will throttle requests upon SR dropping at or below the threshold. -
Uses of RuntimeDoubleOrBuilder 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 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.
-