| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v4alpha | |
| io.envoyproxy.envoy.config.core.v4alpha |
| 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) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.