Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest.SelectionMethod
-
Packages that use LeastRequest.SelectionMethod Package Description io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 -
-
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.SelectionMethod Modifier and Type Field Description private static LeastRequest.SelectionMethod[]LeastRequest.SelectionMethod. VALUESFields in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with type parameters of type LeastRequest.SelectionMethod Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<LeastRequest.SelectionMethod>LeastRequest.SelectionMethod. internalValueMapMethods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return LeastRequest.SelectionMethod Modifier and Type Method Description static LeastRequest.SelectionMethodLeastRequest.SelectionMethod. forNumber(int value)LeastRequest.SelectionMethodLeastRequest.Builder. getSelectionMethod()Method for selecting the host set from which to return the host with the fewest active requests.LeastRequest.SelectionMethodLeastRequest. getSelectionMethod()Method for selecting the host set from which to return the host with the fewest active requests.LeastRequest.SelectionMethodLeastRequestOrBuilder. 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.SelectionMethodLeastRequest.SelectionMethod. valueOf(java.lang.String name)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.SelectionMethod Modifier and Type Method Description static 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.SelectionMethod Modifier and Type Method Description LeastRequest.BuilderLeastRequest.Builder. setSelectionMethod(LeastRequest.SelectionMethod value)Method for selecting the host set from which to return the host with the fewest active requests.
-