Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder
Packages that use Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder
-
Uses of Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.CommonLbConfig.ZoneAwareLbConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.CommonLbConfig.ZoneAwareLbConfig, Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder, Cluster.CommonLbConfig.ZoneAwareLbConfigOrBuilder> Cluster.CommonLbConfig.Builder.zoneAwareLbConfigBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.CommonLbConfig.ZoneAwareLbConfig.BuilderModifier and TypeMethodDescriptionCluster.CommonLbConfig.ZoneAwareLbConfig.Builder.clear()
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.clearFailTrafficOnPanic()
If set to true, Envoy will not consider any hosts when the cluster is in :ref:`panic mode<arch_overview_load_balancing_panic_threshold>`.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.clearMinClusterSize()
Configures minimum upstream cluster size required for zone aware routing If upstream cluster size is less than specified, zone aware routing is not performed even if zone aware routing is configured.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.clearRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Cluster.CommonLbConfig.Builder.getZoneAwareLbConfigBuilder()
.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig zone_aware_lb_config = 2;
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.mergeFrom
(com.google.protobuf.Message other) Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.mergeFrom
(Cluster.CommonLbConfig.ZoneAwareLbConfig other) Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.mergeMinClusterSize
(com.google.protobuf.UInt64Value value) Configures minimum upstream cluster size required for zone aware routing If upstream cluster size is less than specified, zone aware routing is not performed even if zone aware routing is configured.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.mergeRoutingEnabled
(Percent value) Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilder()
Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilder
(Cluster.CommonLbConfig.ZoneAwareLbConfig prototype) Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilderForType()
Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.setFailTrafficOnPanic
(boolean value) If set to true, Envoy will not consider any hosts when the cluster is in :ref:`panic mode<arch_overview_load_balancing_panic_threshold>`.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.setMinClusterSize
(com.google.protobuf.UInt64Value value) Configures minimum upstream cluster size required for zone aware routing If upstream cluster size is less than specified, zone aware routing is not performed even if zone aware routing is configured.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.setMinClusterSize
(com.google.protobuf.UInt64Value.Builder builderForValue) Configures minimum upstream cluster size required for zone aware routing If upstream cluster size is less than specified, zone aware routing is not performed even if zone aware routing is configured.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.setRoutingEnabled
(Percent value) Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder.setRoutingEnabled
(Percent.Builder builderForValue) Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Cluster.CommonLbConfig.ZoneAwareLbConfig.toBuilder()
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.CommonLbConfig.ZoneAwareLbConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.CommonLbConfig.ZoneAwareLbConfig, Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder, Cluster.CommonLbConfig.ZoneAwareLbConfigOrBuilder> Cluster.CommonLbConfig.Builder.getZoneAwareLbConfigFieldBuilder()
.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig zone_aware_lb_config = 2;
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.CommonLbConfig.ZoneAwareLbConfig.BuilderModifier and TypeMethodDescriptionCluster.CommonLbConfig.Builder.setZoneAwareLbConfig
(Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder builderForValue) .envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfig zone_aware_lb_config = 2;