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. VALUES
Fields 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. internalValueMap
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return LeastRequest.SelectionMethod Modifier and Type Method Description static LeastRequest.SelectionMethod
LeastRequest.SelectionMethod. forNumber(int value)
LeastRequest.SelectionMethod
LeastRequest.Builder. getSelectionMethod()
Method for selecting the host set from which to return the host with the fewest active requests.LeastRequest.SelectionMethod
LeastRequest. getSelectionMethod()
Method for selecting the host set from which to return the host with the fewest active requests.LeastRequest.SelectionMethod
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
LeastRequest.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.Builder
LeastRequest.Builder. setSelectionMethod(LeastRequest.SelectionMethod value)
Method for selecting the host set from which to return the host with the fewest active requests.
-