Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type HealthCheckModifier and TypeFieldDescriptionprivate List
<HealthCheck> Cluster.Builder.healthChecks_
private 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 HealthCheckModifier and TypeMethodDescriptionCluster.Builder.getHealthChecks
(int index) Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Cluster.getHealthChecks
(int index) Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.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 HealthCheckModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<HealthCheck, HealthCheck.Builder, HealthCheckOrBuilder> Cluster.Builder.getHealthChecksFieldBuilder()
Cluster.Builder.getHealthChecksList()
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Cluster.getHealthChecksList()
Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.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 HealthCheckModifier and TypeMethodDescriptionCluster.Builder.addHealthChecks
(int index, HealthCheck value) Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Cluster.Builder.addHealthChecks
(HealthCheck value) Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.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 HealthCheckModifier and TypeMethodDescriptionCluster.Builder.addAllHealthChecks
(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 HealthCheckFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheckModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<HealthCheck> HealthCheck.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheckModifier and TypeMethodDescriptionHealthCheck.Builder.build()
HealthCheck.Builder.buildPartial()
static HealthCheck
HealthCheck.getDefaultInstance()
HealthCheck.Builder.getDefaultInstanceForType()
HealthCheck.getDefaultInstanceForType()
static HealthCheck
HealthCheck.parseDelimitedFrom
(InputStream input) static HealthCheck
HealthCheck.parseDelimitedFrom
(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
(InputStream input) static HealthCheck
HealthCheck.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheck
HealthCheck.parseFrom
(ByteBuffer data) static HealthCheck
HealthCheck.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheckModifier and TypeMethodDescriptioncom.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 HealthCheckModifier and TypeMethodDescriptionprivate void
HealthCheck.Builder.buildPartial0
(HealthCheck result) private void
HealthCheck.Builder.buildPartialOneofs
(HealthCheck result) private void
HealthCheck.Builder.buildPartialRepeatedFields
(HealthCheck result) HealthCheck.Builder.mergeFrom
(HealthCheck other) static HealthCheck.Builder
HealthCheck.newBuilder
(HealthCheck prototype)