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
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.CommonLbConfig.ZoneAwareLbConfig.BuilderModifier and TypeMethodDescriptionCluster.CommonLbConfig.ZoneAwareLbConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Cluster.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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.ZoneAwareLbConfig.Builder.clone()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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilder()Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilder(Cluster.CommonLbConfig.ZoneAwareLbConfig prototype) Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilderForType()Cluster.CommonLbConfig.ZoneAwareLbConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cluster.CommonLbConfig.ZoneAwareLbConfig.toBuilder()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;