| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v3 | |
| io.envoyproxy.envoy.config.core.v3 | |
| io.envoyproxy.envoy.extensions.filters.http.admission_control.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
RuntimeDouble |
Cluster.LeastRequestLbConfigOrBuilder.getActiveRequestBias()
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.
|
RuntimeDouble |
Cluster.LeastRequestLbConfig.getActiveRequestBias()
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.
|
RuntimeDouble |
Cluster.LeastRequestLbConfig.Builder.getActiveRequestBias()
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.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.mergeActiveRequestBias(RuntimeDouble value)
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.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.setActiveRequestBias(RuntimeDouble value)
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.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeDouble |
RuntimeDouble.Builder.build() |
RuntimeDouble |
RuntimeDouble.Builder.buildPartial() |
static RuntimeDouble |
RuntimeDouble.getDefaultInstance() |
RuntimeDouble |
RuntimeDouble.getDefaultInstanceForType() |
RuntimeDouble |
RuntimeDouble.Builder.getDefaultInstanceForType() |
static RuntimeDouble |
RuntimeDouble.parseDelimitedFrom(InputStream input) |
static RuntimeDouble |
RuntimeDouble.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeDouble |
RuntimeDouble.parseFrom(byte[] data) |
static RuntimeDouble |
RuntimeDouble.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeDouble |
RuntimeDouble.parseFrom(ByteBuffer data) |
static RuntimeDouble |
RuntimeDouble.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeDouble |
RuntimeDouble.parseFrom(com.google.protobuf.ByteString data) |
static RuntimeDouble |
RuntimeDouble.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeDouble |
RuntimeDouble.parseFrom(com.google.protobuf.CodedInputStream input) |
static RuntimeDouble |
RuntimeDouble.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeDouble |
RuntimeDouble.parseFrom(InputStream input) |
static RuntimeDouble |
RuntimeDouble.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RuntimeDouble> |
RuntimeDouble.getParserForType() |
static com.google.protobuf.Parser<RuntimeDouble> |
RuntimeDouble.parser() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeDouble.Builder |
RuntimeDouble.Builder.mergeFrom(RuntimeDouble other) |
static RuntimeDouble.Builder |
RuntimeDouble.newBuilder(RuntimeDouble prototype) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeDouble |
AdmissionControl.getAggression()
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.
|
RuntimeDouble |
AdmissionControl.Builder.getAggression()
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.
|
RuntimeDouble |
AdmissionControlOrBuilder.getAggression()
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.
|
| Modifier and Type | Method and Description |
|---|---|
AdmissionControl.Builder |
AdmissionControl.Builder.mergeAggression(RuntimeDouble value)
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.
|
AdmissionControl.Builder |
AdmissionControl.Builder.setAggression(RuntimeDouble value)
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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.