public static interface ClustersOuterClass.HostStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AddressOuterClass.Address |
getAddress()
Address of this host.
|
AddressOuterClass.AddressOrBuilder |
getAddressOrBuilder()
Address of this host.
|
ClustersOuterClass.HostHealthStatus |
getHealthStatus()
The host's current health status.
|
ClustersOuterClass.HostHealthStatusOrBuilder |
getHealthStatusOrBuilder()
The host's current health status.
|
Metrics.SimpleMetric |
getStats(int index)
List of stats specific to this host.
|
int |
getStatsCount()
List of stats specific to this host.
|
List<Metrics.SimpleMetric> |
getStatsList()
List of stats specific to this host.
|
Metrics.SimpleMetricOrBuilder |
getStatsOrBuilder(int index)
List of stats specific to this host.
|
List<? extends Metrics.SimpleMetricOrBuilder> |
getStatsOrBuilderList()
List of stats specific to this host.
|
PercentOuterClass.Percent |
getSuccessRate()
Request success rate for this host over the last calculated interval.
|
PercentOuterClass.PercentOrBuilder |
getSuccessRateOrBuilder()
Request success rate for this host over the last calculated interval.
|
boolean |
hasAddress()
Address of this host.
|
boolean |
hasHealthStatus()
The host's current health status.
|
boolean |
hasSuccessRate()
Request success rate for this host over the last calculated interval.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAddress()
Address of this host.
.envoy.api.v2.core.Address address = 1;AddressOuterClass.Address getAddress()
Address of this host.
.envoy.api.v2.core.Address address = 1;AddressOuterClass.AddressOrBuilder getAddressOrBuilder()
Address of this host.
.envoy.api.v2.core.Address address = 1;List<Metrics.SimpleMetric> getStatsList()
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;Metrics.SimpleMetric getStats(int index)
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;int getStatsCount()
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;List<? extends Metrics.SimpleMetricOrBuilder> getStatsOrBuilderList()
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;Metrics.SimpleMetricOrBuilder getStatsOrBuilder(int index)
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;boolean hasHealthStatus()
The host's current health status.
.envoy.admin.v2alpha.HostHealthStatus health_status = 3;ClustersOuterClass.HostHealthStatus getHealthStatus()
The host's current health status.
.envoy.admin.v2alpha.HostHealthStatus health_status = 3;ClustersOuterClass.HostHealthStatusOrBuilder getHealthStatusOrBuilder()
The host's current health status.
.envoy.admin.v2alpha.HostHealthStatus health_status = 3;boolean hasSuccessRate()
Request success rate for this host over the last calculated interval. Note: the message will not be present if host did not have enough request volume to calculate success rate or the cluster did not have enough hosts to run through success rate outlier ejection.
.envoy.type.Percent success_rate = 4;PercentOuterClass.Percent getSuccessRate()
Request success rate for this host over the last calculated interval. Note: the message will not be present if host did not have enough request volume to calculate success rate or the cluster did not have enough hosts to run through success rate outlier ejection.
.envoy.type.Percent success_rate = 4;PercentOuterClass.PercentOrBuilder getSuccessRateOrBuilder()
Request success rate for this host over the last calculated interval. Note: the message will not be present if host did not have enough request volume to calculate success rate or the cluster did not have enough hosts to run through success rate outlier ejection.
.envoy.type.Percent success_rate = 4;Copyright © 2018 The Envoy Project. All rights reserved.