Uses of Enum
io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest.SelectionMethod
Packages that use LeastRequest.SelectionMethod
-
Uses of LeastRequest.SelectionMethod in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 declared as LeastRequest.SelectionMethodModifier and TypeFieldDescriptionprivate static final LeastRequest.SelectionMethod[]
LeastRequest.SelectionMethod.VALUES
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with type parameters of type LeastRequest.SelectionMethodModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<LeastRequest.SelectionMethod> LeastRequest.SelectionMethod.internalValueMap
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return LeastRequest.SelectionMethodModifier and TypeMethodDescriptionstatic LeastRequest.SelectionMethod
LeastRequest.SelectionMethod.forNumber
(int value) LeastRequest.Builder.getSelectionMethod()
Method for selecting the host set from which to return the host with the fewest active requests.LeastRequest.getSelectionMethod()
Method for selecting the host set from which to return the host with the fewest active requests.LeastRequestOrBuilder.getSelectionMethod()
Method for selecting the host set from which to return the host with the fewest active requests.static LeastRequest.SelectionMethod
LeastRequest.SelectionMethod.valueOf
(int value) Deprecated.static LeastRequest.SelectionMethod
LeastRequest.SelectionMethod.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LeastRequest.SelectionMethod
Returns the enum constant of this type with the specified name.static LeastRequest.SelectionMethod[]
LeastRequest.SelectionMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return types with arguments of type LeastRequest.SelectionMethodModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<LeastRequest.SelectionMethod> LeastRequest.SelectionMethod.internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with parameters of type LeastRequest.SelectionMethodModifier and TypeMethodDescriptionLeastRequest.Builder.setSelectionMethod
(LeastRequest.SelectionMethod value) Method for selecting the host set from which to return the host with the fewest active requests.