LeastRequest.Builder |
LeastRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
LeastRequest.Builder |
LeastRequest.Builder.clear() |
|
LeastRequest.Builder |
LeastRequest.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.
|
LeastRequest.Builder |
LeastRequest.Builder.clearChoiceCount() |
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
LeastRequest.Builder |
LeastRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
LeastRequest.Builder |
LeastRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
LeastRequest.Builder |
LeastRequest.Builder.clearSlowStartConfig() |
Configuration for slow start mode.
|
LeastRequest.Builder |
LeastRequest.Builder.clone() |
|
LeastRequest.Builder |
LeastRequest.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.
|
LeastRequest.Builder |
LeastRequest.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.
|
LeastRequest.Builder |
LeastRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
LeastRequest.Builder |
LeastRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
LeastRequest.Builder |
LeastRequest.Builder.mergeFrom(LeastRequest other) |
|
LeastRequest.Builder |
LeastRequest.Builder.mergeSlowStartConfig(Cluster.SlowStartConfig value) |
Configuration for slow start mode.
|
LeastRequest.Builder |
LeastRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static LeastRequest.Builder |
LeastRequest.newBuilder() |
|
static LeastRequest.Builder |
LeastRequest.newBuilder(LeastRequest prototype) |
|
LeastRequest.Builder |
LeastRequest.newBuilderForType() |
|
protected LeastRequest.Builder |
LeastRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
LeastRequest.Builder |
LeastRequest.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.
|
LeastRequest.Builder |
LeastRequest.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.
|
LeastRequest.Builder |
LeastRequest.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.
|
LeastRequest.Builder |
LeastRequest.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.
|
LeastRequest.Builder |
LeastRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
LeastRequest.Builder |
LeastRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
LeastRequest.Builder |
LeastRequest.Builder.setSlowStartConfig(Cluster.SlowStartConfig value) |
Configuration for slow start mode.
|
LeastRequest.Builder |
LeastRequest.Builder.setSlowStartConfig(Cluster.SlowStartConfig.Builder builderForValue) |
Configuration for slow start mode.
|
LeastRequest.Builder |
LeastRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
LeastRequest.Builder |
LeastRequest.toBuilder() |
|