Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthStatusSet
-
Packages that use HealthStatusSet Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.core.v3 -
-
Uses of HealthStatusSet in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as HealthStatusSet Modifier and Type Field Description private HealthStatusSet
Cluster.CommonLbConfig.Builder. overrideHostStatus_
private HealthStatusSet
Cluster.CommonLbConfig. overrideHostStatus_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type HealthStatusSet Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<HealthStatusSet,HealthStatusSet.Builder,HealthStatusSetOrBuilder>
Cluster.CommonLbConfig.Builder. overrideHostStatusBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return HealthStatusSet Modifier and Type Method Description HealthStatusSet
Cluster.CommonLbConfig.Builder. getOverrideHostStatus()
This controls what hosts are considered valid when using :ref:`host overrides <arch_overview_load_balancing_override_host>`, which is used by some filters to modify the load balancing decision.HealthStatusSet
Cluster.CommonLbConfig. getOverrideHostStatus()
This controls what hosts are considered valid when using :ref:`host overrides <arch_overview_load_balancing_override_host>`, which is used by some filters to modify the load balancing decision.HealthStatusSet
Cluster.CommonLbConfigOrBuilder. getOverrideHostStatus()
This controls what hosts are considered valid when using :ref:`host overrides <arch_overview_load_balancing_override_host>`, which is used by some filters to modify the load balancing decision.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type HealthStatusSet Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<HealthStatusSet,HealthStatusSet.Builder,HealthStatusSetOrBuilder>
Cluster.CommonLbConfig.Builder. getOverrideHostStatusFieldBuilder()
This controls what hosts are considered valid when using :ref:`host overrides <arch_overview_load_balancing_override_host>`, which is used by some filters to modify the load balancing decision.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type HealthStatusSet Modifier and Type Method Description Cluster.CommonLbConfig.Builder
Cluster.CommonLbConfig.Builder. mergeOverrideHostStatus(HealthStatusSet value)
This controls what hosts are considered valid when using :ref:`host overrides <arch_overview_load_balancing_override_host>`, which is used by some filters to modify the load balancing decision.Cluster.CommonLbConfig.Builder
Cluster.CommonLbConfig.Builder. setOverrideHostStatus(HealthStatusSet value)
This controls what hosts are considered valid when using :ref:`host overrides <arch_overview_load_balancing_override_host>`, which is used by some filters to modify the load balancing decision. -
Uses of HealthStatusSet in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HealthStatusSet Modifier and Type Field Description private static HealthStatusSet
HealthStatusSet. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthStatusSet Modifier and Type Field Description private static com.google.protobuf.Parser<HealthStatusSet>
HealthStatusSet. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthStatusSet Modifier and Type Method Description HealthStatusSet
HealthStatusSet.Builder. build()
HealthStatusSet
HealthStatusSet.Builder. buildPartial()
static HealthStatusSet
HealthStatusSet. getDefaultInstance()
HealthStatusSet
HealthStatusSet.Builder. getDefaultInstanceForType()
HealthStatusSet
HealthStatusSet. getDefaultInstanceForType()
static HealthStatusSet
HealthStatusSet. parseDelimitedFrom(java.io.InputStream input)
static HealthStatusSet
HealthStatusSet. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthStatusSet
HealthStatusSet. parseFrom(byte[] data)
static HealthStatusSet
HealthStatusSet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthStatusSet
HealthStatusSet. parseFrom(com.google.protobuf.ByteString data)
static HealthStatusSet
HealthStatusSet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthStatusSet
HealthStatusSet. parseFrom(com.google.protobuf.CodedInputStream input)
static HealthStatusSet
HealthStatusSet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthStatusSet
HealthStatusSet. parseFrom(java.io.InputStream input)
static HealthStatusSet
HealthStatusSet. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthStatusSet
HealthStatusSet. parseFrom(java.nio.ByteBuffer data)
static HealthStatusSet
HealthStatusSet. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthStatusSet Modifier and Type Method Description com.google.protobuf.Parser<HealthStatusSet>
HealthStatusSet. getParserForType()
static com.google.protobuf.Parser<HealthStatusSet>
HealthStatusSet. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthStatusSet Modifier and Type Method Description private void
HealthStatusSet.Builder. buildPartial0(HealthStatusSet result)
private void
HealthStatusSet.Builder. buildPartialRepeatedFields(HealthStatusSet result)
HealthStatusSet.Builder
HealthStatusSet.Builder. mergeFrom(HealthStatusSet other)
static HealthStatusSet.Builder
HealthStatusSet. newBuilder(HealthStatusSet prototype)
-