Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3.ClientSideWeightedRoundRobin
Packages that use ClientSideWeightedRoundRobin
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of ClientSideWeightedRoundRobin in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3 declared as ClientSideWeightedRoundRobinModifier and TypeFieldDescriptionprivate static final ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3 with type parameters of type ClientSideWeightedRoundRobinModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<ClientSideWeightedRoundRobin> ClientSideWeightedRoundRobin.PARSER
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3 that return ClientSideWeightedRoundRobinModifier and TypeMethodDescriptionClientSideWeightedRoundRobin.Builder.build()
ClientSideWeightedRoundRobin.Builder.buildPartial()
static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.getDefaultInstance()
ClientSideWeightedRoundRobin.Builder.getDefaultInstanceForType()
ClientSideWeightedRoundRobin.getDefaultInstanceForType()
static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseDelimitedFrom
(InputStream input) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(byte[] data) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(com.google.protobuf.ByteString data) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(com.google.protobuf.CodedInputStream input) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(InputStream input) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(ByteBuffer data) static ClientSideWeightedRoundRobin
ClientSideWeightedRoundRobin.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3 that return types with arguments of type ClientSideWeightedRoundRobinModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ClientSideWeightedRoundRobin> ClientSideWeightedRoundRobin.getParserForType()
static com.google.protobuf.Parser
<ClientSideWeightedRoundRobin> ClientSideWeightedRoundRobin.parser()
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3 with parameters of type ClientSideWeightedRoundRobinModifier and TypeMethodDescriptionprivate void
ClientSideWeightedRoundRobin.Builder.buildPartial0
(ClientSideWeightedRoundRobin result) ClientSideWeightedRoundRobin.Builder.mergeFrom
(ClientSideWeightedRoundRobin other) ClientSideWeightedRoundRobin.newBuilder
(ClientSideWeightedRoundRobin prototype) -
Uses of ClientSideWeightedRoundRobin in io.grpc.xds
Methods in io.grpc.xds with parameters of type ClientSideWeightedRoundRobinModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableMap
<String, ?> LoadBalancerConfigFactory.LoadBalancingPolicyConverter.convertWeightedRoundRobinConfig
(ClientSideWeightedRoundRobin wrr)