Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck
-
Packages that use HealthCheck Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.core.v3 -
-
Uses of HealthCheck in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type HealthCheck Modifier and Type Field Description private java.util.List<HealthCheck>
Cluster.Builder. healthChecks_
private java.util.List<HealthCheck>
Cluster. healthChecks_
private com.google.protobuf.RepeatedFieldBuilder<HealthCheck,HealthCheck.Builder,HealthCheckOrBuilder>
Cluster.Builder. healthChecksBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return HealthCheck Modifier and Type Method Description HealthCheck
Cluster.Builder. getHealthChecks(int index)
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.HealthCheck
Cluster. getHealthChecks(int index)
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.HealthCheck
ClusterOrBuilder. getHealthChecks(int index)
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type HealthCheck Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<HealthCheck,HealthCheck.Builder,HealthCheckOrBuilder>
Cluster.Builder. getHealthChecksFieldBuilder()
java.util.List<HealthCheck>
Cluster.Builder. getHealthChecksList()
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.java.util.List<HealthCheck>
Cluster. getHealthChecksList()
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.java.util.List<HealthCheck>
ClusterOrBuilder. getHealthChecksList()
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type HealthCheck Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addHealthChecks(int index, HealthCheck value)
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Cluster.Builder
Cluster.Builder. addHealthChecks(HealthCheck value)
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Cluster.Builder
Cluster.Builder. setHealthChecks(int index, HealthCheck value)
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Method parameters in io.envoyproxy.envoy.config.cluster.v3 with type arguments of type HealthCheck Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addAllHealthChecks(java.lang.Iterable<? extends HealthCheck> values)
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster. -
Uses of HealthCheck in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HealthCheck Modifier and Type Field Description private static HealthCheck
HealthCheck. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck Modifier and Type Field Description private static com.google.protobuf.Parser<HealthCheck>
HealthCheck. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck Modifier and Type Method Description HealthCheck
HealthCheck.Builder. build()
HealthCheck
HealthCheck.Builder. buildPartial()
static HealthCheck
HealthCheck. getDefaultInstance()
HealthCheck
HealthCheck.Builder. getDefaultInstanceForType()
HealthCheck
HealthCheck. getDefaultInstanceForType()
static HealthCheck
HealthCheck. parseDelimitedFrom(java.io.InputStream input)
static HealthCheck
HealthCheck. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck
HealthCheck. parseFrom(byte[] data)
static HealthCheck
HealthCheck. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck
HealthCheck. parseFrom(com.google.protobuf.ByteString data)
static HealthCheck
HealthCheck. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck
HealthCheck. parseFrom(com.google.protobuf.CodedInputStream input)
static HealthCheck
HealthCheck. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck
HealthCheck. parseFrom(java.io.InputStream input)
static HealthCheck
HealthCheck. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck
HealthCheck. parseFrom(java.nio.ByteBuffer data)
static HealthCheck
HealthCheck. 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 HealthCheck Modifier and Type Method Description com.google.protobuf.Parser<HealthCheck>
HealthCheck. getParserForType()
static com.google.protobuf.Parser<HealthCheck>
HealthCheck. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthCheck Modifier and Type Method Description private void
HealthCheck.Builder. buildPartial0(HealthCheck result)
private void
HealthCheck.Builder. buildPartialOneofs(HealthCheck result)
private void
HealthCheck.Builder. buildPartialRepeatedFields(HealthCheck result)
HealthCheck.Builder
HealthCheck.Builder. mergeFrom(HealthCheck other)
static HealthCheck.Builder
HealthCheck. newBuilder(HealthCheck prototype)
-