Uses of Enum
io.envoyproxy.envoy.config.cluster.v3.Cluster.LbPolicy
Packages that use Cluster.LbPolicy
-
Uses of Cluster.LbPolicy in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.LbPolicyFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.LbPolicyModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Cluster.LbPolicy> Cluster.LbPolicy.internalValueMap
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.LbPolicyModifier and TypeMethodDescriptionstatic Cluster.LbPolicy
Cluster.LbPolicy.forNumber
(int value) Cluster.Builder.getLbPolicy()
The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster.Cluster.getLbPolicy()
The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster.ClusterOrBuilder.getLbPolicy()
The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster.static Cluster.LbPolicy
Cluster.LbPolicy.valueOf
(int value) Deprecated.static Cluster.LbPolicy
Cluster.LbPolicy.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Cluster.LbPolicy
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.LbPolicyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Cluster.LbPolicy> Cluster.LbPolicy.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.LbPolicyModifier and TypeMethodDescriptionCluster.Builder.setLbPolicy
(Cluster.LbPolicy value) The :ref:`load balancer type <arch_overview_load_balancing_types>` to use when picking a host in the cluster.