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
Subclasses with type arguments of type LoadBalancingPolicy.Builder in io.envoyproxy.envoy.config.cluster.v3Modifier and TypeClassDescriptionstatic final classExtensible load balancing policy configuration.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.BuilderLoadBalancingPolicy.newBuilder()static LoadBalancingPolicy.BuilderLoadBalancingPolicy.newBuilder(LoadBalancingPolicy prototype) LoadBalancingPolicy.newBuilderForType()protected LoadBalancingPolicy.BuilderLoadBalancingPolicy.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 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
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 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.