Uses of Class
io.envoyproxy.envoy.config.endpoint.v3.Endpoint.HealthCheckConfig
Packages that use Endpoint.HealthCheckConfig
-
Uses of Endpoint.HealthCheckConfig in io.envoyproxy.envoy.config.endpoint.v3
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return Endpoint.HealthCheckConfigModifier and TypeMethodDescriptionEndpoint.HealthCheckConfig.Builder.build()Endpoint.HealthCheckConfig.Builder.buildPartial()static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.getDefaultInstance()Endpoint.HealthCheckConfig.Builder.getDefaultInstanceForType()Endpoint.HealthCheckConfig.getDefaultInstanceForType()Endpoint.Builder.getHealthCheckConfig()The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.Endpoint.getHealthCheckConfig()The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.EndpointOrBuilder.getHealthCheckConfig()The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseDelimitedFrom(InputStream input) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(byte[] data) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(com.google.protobuf.ByteString data) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(com.google.protobuf.CodedInputStream input) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(InputStream input) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(ByteBuffer data) static Endpoint.HealthCheckConfigEndpoint.HealthCheckConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type Endpoint.HealthCheckConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Endpoint.HealthCheckConfig> Endpoint.HealthCheckConfig.getParserForType()static com.google.protobuf.Parser<Endpoint.HealthCheckConfig> Endpoint.HealthCheckConfig.parser()Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type Endpoint.HealthCheckConfigModifier and TypeMethodDescriptionEndpoint.HealthCheckConfig.Builder.mergeFrom(Endpoint.HealthCheckConfig other) Endpoint.Builder.mergeHealthCheckConfig(Endpoint.HealthCheckConfig value) The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.Endpoint.HealthCheckConfig.newBuilder(Endpoint.HealthCheckConfig prototype) Endpoint.Builder.setHealthCheckConfig(Endpoint.HealthCheckConfig value) The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.