public static interface Cluster.LeastRequestLbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.UInt32Value |
getChoiceCount()
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
com.google.protobuf.UInt32ValueOrBuilder |
getChoiceCountOrBuilder()
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
boolean |
hasChoiceCount()
The number of random healthy hosts from which the host with the fewest active requests will
be chosen.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasChoiceCount()
The number of random healthy hosts from which the host with the fewest active requests will be chosen. Defaults to 2 so that we perform two-choice selection if the field is not set.
.google.protobuf.UInt32Value choice_count = 1 [(.validate.rules) = { ... }com.google.protobuf.UInt32Value getChoiceCount()
The number of random healthy hosts from which the host with the fewest active requests will be chosen. Defaults to 2 so that we perform two-choice selection if the field is not set.
.google.protobuf.UInt32Value choice_count = 1 [(.validate.rules) = { ... }com.google.protobuf.UInt32ValueOrBuilder getChoiceCountOrBuilder()
The number of random healthy hosts from which the host with the fewest active requests will be chosen. Defaults to 2 so that we perform two-choice selection if the field is not set.
.google.protobuf.UInt32Value choice_count = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.