Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.LbPolicy
-
Packages that use Cluster.LbPolicy Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 -
-
Uses of Cluster.LbPolicy in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.LbPolicy Modifier and Type Method Description static Cluster.LbPolicyCluster.LbPolicy. forNumber(int value)Cluster.LbPolicyCluster.Builder. getLbPolicy()The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster.Cluster.LbPolicyCluster. getLbPolicy()The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster.Cluster.LbPolicyClusterOrBuilder. getLbPolicy()The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster.static Cluster.LbPolicyCluster.LbPolicy. valueOf(int value)Deprecated.static Cluster.LbPolicyCluster.LbPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Cluster.LbPolicyCluster.LbPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static Cluster.LbPolicy[]Cluster.LbPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.LbPolicy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Cluster.LbPolicy>Cluster.LbPolicy. internalGetValueMap()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.LbPolicy Modifier and Type Method Description Cluster.BuilderCluster.Builder. setLbPolicy(Cluster.LbPolicy value)The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster. -
Uses of Cluster.LbPolicy in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3
Methods in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 that return Cluster.LbPolicy Modifier and Type Method Description Cluster.LbPolicySubClustersConfig.Builder. getLbPolicy()The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in a sub cluster.Cluster.LbPolicySubClustersConfig. getLbPolicy()The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in a sub cluster.Cluster.LbPolicySubClustersConfigOrBuilder. getLbPolicy()The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in a sub cluster.Methods in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 with parameters of type Cluster.LbPolicy Modifier and Type Method Description SubClustersConfig.BuilderSubClustersConfig.Builder. setLbPolicy(Cluster.LbPolicy value)The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in a sub cluster.
-