| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v4alpha | |
| io.envoyproxy.envoy.config.core.v4alpha | |
| io.envoyproxy.envoy.service.health.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
Cluster.getHealthChecks(int index)
Optional :ref:`active health checking <arch_overview_health_checking>`
configuration for the cluster.
|
HealthCheck |
Cluster.Builder.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck> |
Cluster.getHealthChecksList()
Optional :ref:`active health checking <arch_overview_health_checking>`
configuration for the cluster.
|
List<HealthCheck> |
Cluster.Builder.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.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.addHealthChecks(HealthCheck value)
Optional :ref:`active health checking <arch_overview_health_checking>`
configuration for the cluster.
|
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.setHealthChecks(int index,
HealthCheck value)
Optional :ref:`active health checking <arch_overview_health_checking>`
configuration for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.addAllHealthChecks(Iterable<? extends HealthCheck> values)
Optional :ref:`active health checking <arch_overview_health_checking>`
configuration for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.Builder.build() |
HealthCheck |
HealthCheck.Builder.buildPartial() |
static HealthCheck |
HealthCheck.getDefaultInstance() |
HealthCheck |
HealthCheck.getDefaultInstanceForType() |
HealthCheck |
HealthCheck.Builder.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(ByteBuffer data) |
static HealthCheck |
HealthCheck.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HealthCheck> |
HealthCheck.getParserForType() |
static com.google.protobuf.Parser<HealthCheck> |
HealthCheck.parser() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.Builder |
HealthCheck.Builder.mergeFrom(HealthCheck other) |
static HealthCheck.Builder |
HealthCheck.newBuilder(HealthCheck prototype) |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
ClusterHealthCheckOrBuilder.getHealthChecks(int index)
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
HealthCheck |
ClusterHealthCheck.getHealthChecks(int index)
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
HealthCheck |
ClusterHealthCheck.Builder.getHealthChecks(int index)
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck> |
ClusterHealthCheckOrBuilder.getHealthChecksList()
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
List<HealthCheck> |
ClusterHealthCheck.getHealthChecksList()
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
List<HealthCheck> |
ClusterHealthCheck.Builder.getHealthChecksList()
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealthCheck.Builder |
ClusterHealthCheck.Builder.addHealthChecks(HealthCheck value)
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
ClusterHealthCheck.Builder |
ClusterHealthCheck.Builder.addHealthChecks(int index,
HealthCheck value)
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
ClusterHealthCheck.Builder |
ClusterHealthCheck.Builder.setHealthChecks(int index,
HealthCheck value)
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealthCheck.Builder |
ClusterHealthCheck.Builder.addAllHealthChecks(Iterable<? extends HealthCheck> values)
repeated .envoy.config.core.v4alpha.HealthCheck health_checks = 2; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.