| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
static Cluster.LbPolicy |
Cluster.LbPolicy.forNumber(int value) |
Cluster.LbPolicy |
Cluster.getLbPolicy()
The :ref:`load balancer type <arch_overview_load_balancing_types>` to use
when picking a host in the cluster.
|
Cluster.LbPolicy |
Cluster.Builder.getLbPolicy()
The :ref:`load balancer type <arch_overview_load_balancing_types>` to use
when picking a host in the cluster.
|
Cluster.LbPolicy |
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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cluster.LbPolicy |
Cluster.LbPolicy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cluster.LbPolicy |
Cluster.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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Cluster.LbPolicy> |
Cluster.LbPolicy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.setLbPolicy(Cluster.LbPolicy value)
The :ref:`load balancer type <arch_overview_load_balancing_types>` to use
when picking a host in the cluster.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.