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
Subclasses with type arguments of type LeastRequest.SelectionMethod in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3Modifier and TypeClassDescriptionstatic enumAvailable methods for selecting the host set from which to return the host with the fewest active requests.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return LeastRequest.SelectionMethodModifier and TypeMethodDescriptionstatic LeastRequest.SelectionMethodLeastRequest.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.SelectionMethodLeastRequest.SelectionMethod.valueOf(int value) Deprecated.static LeastRequest.SelectionMethodLeastRequest.SelectionMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LeastRequest.SelectionMethodReturns 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.