Uses of Class
io.envoyproxy.envoy.config.cluster.v3.LoadBalancingPolicy.Builder
Packages that use LoadBalancingPolicy.Builder
Package
Description
-
Uses of LoadBalancingPolicy.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type LoadBalancingPolicy.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LoadBalancingPolicy, LoadBalancingPolicy.Builder, LoadBalancingPolicyOrBuilder> Cluster.Builder.loadBalancingPolicyBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return LoadBalancingPolicy.BuilderModifier and TypeMethodDescriptionLoadBalancingPolicy.Builder.addAllPolicies
(Iterable<? extends LoadBalancingPolicy.Policy> values) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.Builder.addPolicies
(int index, LoadBalancingPolicy.Policy value) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.Builder.addPolicies
(int index, LoadBalancingPolicy.Policy.Builder builderForValue) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.Builder.addPolicies
(LoadBalancingPolicy.Policy value) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.Builder.addPolicies
(LoadBalancingPolicy.Policy.Builder builderForValue) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.Builder.clear()
LoadBalancingPolicy.Builder.clearPolicies()
Each client will iterate over the list in order and stop at the first policy that it supports.Cluster.Builder.getLoadBalancingPolicyBuilder()
If this field is set and is supported by the client, it will supersede the value of :ref:`lb_policy<envoy_v3_api_field_config.cluster.v3.Cluster.lb_policy>`.LoadBalancingPolicy.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LoadBalancingPolicy.Builder.mergeFrom
(com.google.protobuf.Message other) LoadBalancingPolicy.Builder.mergeFrom
(LoadBalancingPolicy other) static LoadBalancingPolicy.Builder
LoadBalancingPolicy.newBuilder()
static LoadBalancingPolicy.Builder
LoadBalancingPolicy.newBuilder
(LoadBalancingPolicy prototype) LoadBalancingPolicy.newBuilderForType()
protected LoadBalancingPolicy.Builder
LoadBalancingPolicy.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) LoadBalancingPolicy.Builder.removePolicies
(int index) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.Builder.setPolicies
(int index, LoadBalancingPolicy.Policy value) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.Builder.setPolicies
(int index, LoadBalancingPolicy.Policy.Builder builderForValue) Each client will iterate over the list in order and stop at the first policy that it supports.LoadBalancingPolicy.toBuilder()
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type LoadBalancingPolicy.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LoadBalancingPolicy, LoadBalancingPolicy.Builder, LoadBalancingPolicyOrBuilder> Cluster.Builder.internalGetLoadBalancingPolicyFieldBuilder()
If this field is set and is supported by the client, it will supersede the value of :ref:`lb_policy<envoy_v3_api_field_config.cluster.v3.Cluster.lb_policy>`.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type LoadBalancingPolicy.BuilderModifier and TypeMethodDescriptionCluster.Builder.setLoadBalancingPolicy
(LoadBalancingPolicy.Builder builderForValue) If this field is set and is supported by the client, it will supersede the value of :ref:`lb_policy<envoy_v3_api_field_config.cluster.v3.Cluster.lb_policy>`. -
Uses of LoadBalancingPolicy.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.wrr_locality.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.wrr_locality.v3 with type parameters of type LoadBalancingPolicy.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LoadBalancingPolicy, LoadBalancingPolicy.Builder, LoadBalancingPolicyOrBuilder> WrrLocality.Builder.endpointPickingPolicyBuilder_
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.wrr_locality.v3 that return LoadBalancingPolicy.BuilderModifier and TypeMethodDescriptionWrrLocality.Builder.getEndpointPickingPolicyBuilder()
The child LB policy to create for endpoint-picking within the chosen locality.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.wrr_locality.v3 that return types with arguments of type LoadBalancingPolicy.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LoadBalancingPolicy, LoadBalancingPolicy.Builder, LoadBalancingPolicyOrBuilder> WrrLocality.Builder.internalGetEndpointPickingPolicyFieldBuilder()
The child LB policy to create for endpoint-picking within the chosen locality.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.wrr_locality.v3 with parameters of type LoadBalancingPolicy.BuilderModifier and TypeMethodDescriptionWrrLocality.Builder.setEndpointPickingPolicy
(LoadBalancingPolicy.Builder builderForValue) The child LB policy to create for endpoint-picking within the chosen locality.