| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v3 |
| Modifier and Type | Method and Description |
|---|---|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clear() |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearCloseConnectionsOnHostSetChange()
If set to `true`, the cluster manager will drain all existing
connections to upstream hosts whenever hosts are added or removed from the cluster.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearConsistentHashingLbConfig()
Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearHealthyPanicThreshold()
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearIgnoreNewHostsUntilFirstHc()
If set to true, Envoy will not consider new hosts when computing load balancing weights until
they have been health checked for the first time.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearLocalityConfigSpecifier() |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearLocalityWeightedLbConfig()
.envoy.config.cluster.v3.Cluster.CommonLbConfig.LocalityWeightedLbConfig locality_weighted_lb_config = 3; |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearUpdateMergeWindow()
If set, all health check/weight/metadata updates that happen within this duration will be
merged and delivered in one shot when the duration expires.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clearZoneAwareLbConfig()
.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig zone_aware_lb_config = 2; |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.clone() |
Cluster.CommonLbConfig.Builder |
Cluster.Builder.getCommonLbConfigBuilder()
Common configuration for all load balancer implementations.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeConsistentHashingLbConfig(Cluster.CommonLbConfig.ConsistentHashingLbConfig value)
Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeFrom(Cluster.CommonLbConfig other) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeHealthyPanicThreshold(Percent value)
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeLocalityWeightedLbConfig(Cluster.CommonLbConfig.LocalityWeightedLbConfig value)
.envoy.config.cluster.v3.Cluster.CommonLbConfig.LocalityWeightedLbConfig locality_weighted_lb_config = 3; |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeUpdateMergeWindow(com.google.protobuf.Duration value)
If set, all health check/weight/metadata updates that happen within this duration will be
merged and delivered in one shot when the duration expires.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.mergeZoneAwareLbConfig(Cluster.CommonLbConfig.ZoneAwareLbConfig value)
.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig zone_aware_lb_config = 2; |
static Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.newBuilder() |
static Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.newBuilder(Cluster.CommonLbConfig prototype) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.newBuilderForType() |
protected Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setCloseConnectionsOnHostSetChange(boolean value)
If set to `true`, the cluster manager will drain all existing
connections to upstream hosts whenever hosts are added or removed from the cluster.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setConsistentHashingLbConfig(Cluster.CommonLbConfig.ConsistentHashingLbConfig.Builder builderForValue)
Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setConsistentHashingLbConfig(Cluster.CommonLbConfig.ConsistentHashingLbConfig value)
Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setHealthyPanicThreshold(Percent.Builder builderForValue)
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setHealthyPanicThreshold(Percent value)
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setIgnoreNewHostsUntilFirstHc(boolean value)
If set to true, Envoy will not consider new hosts when computing load balancing weights until
they have been health checked for the first time.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setLocalityWeightedLbConfig(Cluster.CommonLbConfig.LocalityWeightedLbConfig.Builder builderForValue)
.envoy.config.cluster.v3.Cluster.CommonLbConfig.LocalityWeightedLbConfig locality_weighted_lb_config = 3; |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setLocalityWeightedLbConfig(Cluster.CommonLbConfig.LocalityWeightedLbConfig value)
.envoy.config.cluster.v3.Cluster.CommonLbConfig.LocalityWeightedLbConfig locality_weighted_lb_config = 3; |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setUpdateMergeWindow(com.google.protobuf.Duration.Builder builderForValue)
If set, all health check/weight/metadata updates that happen within this duration will be
merged and delivered in one shot when the duration expires.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setUpdateMergeWindow(com.google.protobuf.Duration value)
If set, all health check/weight/metadata updates that happen within this duration will be
merged and delivered in one shot when the duration expires.
|
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setZoneAwareLbConfig(Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder builderForValue)
.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig zone_aware_lb_config = 2; |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.Builder.setZoneAwareLbConfig(Cluster.CommonLbConfig.ZoneAwareLbConfig value)
.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig zone_aware_lb_config = 2; |
Cluster.CommonLbConfig.Builder |
Cluster.CommonLbConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.setCommonLbConfig(Cluster.CommonLbConfig.Builder builderForValue)
Common configuration for all load balancer implementations.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.