| 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.Builder |
Cluster.LeastRequestLbConfig.Builder.getActiveRequestBiasBuilder()
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.setActiveRequestBias(RuntimeDouble.Builder builderForValue)
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.Builder |
RuntimeDouble.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.clear() |
RuntimeDouble.Builder |
RuntimeDouble.Builder.clearDefaultValue()
Default value if runtime value is not available.
|
RuntimeDouble.Builder |
RuntimeDouble.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.clearRuntimeKey()
Runtime key to get value for comparison.
|
RuntimeDouble.Builder |
RuntimeDouble.Builder.clone() |
RuntimeDouble.Builder |
RuntimeDouble.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.mergeFrom(com.google.protobuf.Message other) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.mergeFrom(RuntimeDouble other) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RuntimeDouble.Builder |
RuntimeDouble.newBuilder() |
static RuntimeDouble.Builder |
RuntimeDouble.newBuilder(RuntimeDouble prototype) |
RuntimeDouble.Builder |
RuntimeDouble.newBuilderForType() |
protected RuntimeDouble.Builder |
RuntimeDouble.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.setDefaultValue(double value)
Default value if runtime value is not available.
|
RuntimeDouble.Builder |
RuntimeDouble.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RuntimeDouble.Builder |
RuntimeDouble.Builder.setRuntimeKey(String value)
Runtime key to get value for comparison.
|
RuntimeDouble.Builder |
RuntimeDouble.Builder.setRuntimeKeyBytes(com.google.protobuf.ByteString value)
Runtime key to get value for comparison.
|
RuntimeDouble.Builder |
RuntimeDouble.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RuntimeDouble.Builder |
RuntimeDouble.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeDouble.Builder |
AdmissionControl.Builder.getAggressionBuilder()
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.setAggression(RuntimeDouble.Builder builderForValue)
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.