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 io.envoyproxy.envoy.service.health.v3 -
-
Uses of HealthCheck in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return HealthCheck Modifier and Type Method Description HealthCheckCluster.Builder. getHealthChecks(int index)Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.HealthCheckCluster. getHealthChecks(int index)Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.HealthCheckClusterOrBuilder. 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 List<HealthCheck>Cluster.Builder. getHealthChecksList()Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.List<HealthCheck>Cluster. getHealthChecksList()Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.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.BuilderCluster.Builder. addHealthChecks(int index, HealthCheck value)Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Cluster.BuilderCluster.Builder. addHealthChecks(HealthCheck value)Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Cluster.BuilderCluster.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.BuilderCluster.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
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck Modifier and Type Method Description HealthCheckHealthCheck.Builder. build()HealthCheckHealthCheck.Builder. buildPartial()static HealthCheckHealthCheck. getDefaultInstance()HealthCheckHealthCheck.Builder. getDefaultInstanceForType()HealthCheckHealthCheck. getDefaultInstanceForType()static HealthCheckHealthCheck. parseDelimitedFrom(InputStream input)static HealthCheckHealthCheck. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckHealthCheck. parseFrom(byte[] data)static HealthCheckHealthCheck. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckHealthCheck. parseFrom(com.google.protobuf.ByteString data)static HealthCheckHealthCheck. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input)static HealthCheckHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckHealthCheck. parseFrom(InputStream input)static HealthCheckHealthCheck. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckHealthCheck. parseFrom(ByteBuffer data)static HealthCheckHealthCheck. parseFrom(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 HealthCheck.BuilderHealthCheck.Builder. mergeFrom(HealthCheck other)static HealthCheck.BuilderHealthCheck. newBuilder(HealthCheck prototype) -
Uses of HealthCheck in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return HealthCheck Modifier and Type Method Description HealthCheckClusterHealthCheck.Builder. getHealthChecks(int index)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;HealthCheckClusterHealthCheck. getHealthChecks(int index)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;HealthCheckClusterHealthCheckOrBuilder. getHealthChecks(int index)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;Methods in io.envoyproxy.envoy.service.health.v3 that return types with arguments of type HealthCheck Modifier and Type Method Description List<HealthCheck>ClusterHealthCheck.Builder. getHealthChecksList()repeated .envoy.config.core.v3.HealthCheck health_checks = 2;List<HealthCheck>ClusterHealthCheck. getHealthChecksList()repeated .envoy.config.core.v3.HealthCheck health_checks = 2;List<HealthCheck>ClusterHealthCheckOrBuilder. getHealthChecksList()repeated .envoy.config.core.v3.HealthCheck health_checks = 2;Methods in io.envoyproxy.envoy.service.health.v3 with parameters of type HealthCheck Modifier and Type Method Description ClusterHealthCheck.BuilderClusterHealthCheck.Builder. addHealthChecks(int index, HealthCheck value)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;ClusterHealthCheck.BuilderClusterHealthCheck.Builder. addHealthChecks(HealthCheck value)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;ClusterHealthCheck.BuilderClusterHealthCheck.Builder. setHealthChecks(int index, HealthCheck value)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;Method parameters in io.envoyproxy.envoy.service.health.v3 with type arguments of type HealthCheck Modifier and Type Method Description ClusterHealthCheck.BuilderClusterHealthCheck.Builder. addAllHealthChecks(Iterable<? extends HealthCheck> values)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;
-