Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest
Packages that use LeastRequest
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of LeastRequest 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 LeastRequestFields in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with type parameters of type LeastRequestModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<LeastRequest> LeastRequest.PARSER
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return LeastRequestModifier and TypeMethodDescriptionLeastRequest.Builder.build()
LeastRequest.Builder.buildPartial()
static LeastRequest
LeastRequest.getDefaultInstance()
LeastRequest.Builder.getDefaultInstanceForType()
LeastRequest.getDefaultInstanceForType()
static LeastRequest
LeastRequest.parseDelimitedFrom
(InputStream input) static LeastRequest
LeastRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LeastRequest
LeastRequest.parseFrom
(byte[] data) static LeastRequest
LeastRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LeastRequest
LeastRequest.parseFrom
(com.google.protobuf.ByteString data) static LeastRequest
LeastRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LeastRequest
LeastRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static LeastRequest
LeastRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LeastRequest
LeastRequest.parseFrom
(InputStream input) static LeastRequest
LeastRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LeastRequest
LeastRequest.parseFrom
(ByteBuffer data) static LeastRequest
LeastRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return types with arguments of type LeastRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<LeastRequest> LeastRequest.getParserForType()
static com.google.protobuf.Parser
<LeastRequest> LeastRequest.parser()
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with parameters of type LeastRequestModifier and TypeMethodDescriptionprivate void
LeastRequest.Builder.buildPartial0
(LeastRequest result) LeastRequest.Builder.mergeFrom
(LeastRequest other) static LeastRequest.Builder
LeastRequest.newBuilder
(LeastRequest prototype) -
Uses of LeastRequest in io.grpc.xds
Methods in io.grpc.xds with parameters of type LeastRequestModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableMap
<String, ?> LoadBalancerConfigFactory.LoadBalancingPolicyConverter.convertLeastRequestConfig
(LeastRequest leastRequest) Converts a least_requestAny
configuration to service config format.