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.clearSlowStartConfig() |
Configuration for slow start mode.
|
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(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.mergeFrom(Cluster.LeastRequestLbConfig other) |
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.mergeSlowStartConfig(Cluster.SlowStartConfig value) |
Configuration for slow start mode.
|
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.AbstractMessage.BuilderParent parent) |
|
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.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.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.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.setSlowStartConfig(Cluster.SlowStartConfig value) |
Configuration for slow start mode.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.Builder.setSlowStartConfig(Cluster.SlowStartConfig.Builder builderForValue) |
Configuration for slow start mode.
|
Cluster.LeastRequestLbConfig.Builder |
Cluster.LeastRequestLbConfig.toBuilder() |
|