| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v3 |
| Modifier and Type | Method and Description |
|---|---|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.clear() |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.clearActiveRequestBias()
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.clearChoiceCount()
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.clone() |
Cluster.LeastRequestLbConfig.Builder |
Cluster.Builder.getLeastRequestLbConfigBuilder()
Optional configuration for the LeastRequest load balancing policy.
|
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.mergeChoiceCount(com.google.protobuf.UInt32Value value)
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.mergeFrom(Cluster.LeastRequestLbConfig other) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.newBuilder() |
static Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.newBuilder(Cluster.LeastRequestLbConfig prototype) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.newBuilderForType() |
protected Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
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.
|
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.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.setChoiceCount(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.setChoiceCount(com.google.protobuf.UInt32Value value)
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.setLeastRequestLbConfig(Cluster.LeastRequestLbConfig.Builder builderForValue)
Optional configuration for the LeastRequest load balancing policy.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.