getStatsList();
/**
*
* List of stats specific to this host.
*
*
* repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;
*/
io.envoyproxy.envoy.admin.v2alpha.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;
*/
java.util.List extends io.envoyproxy.envoy.admin.v2alpha.SimpleMetricOrBuilder>
getStatsOrBuilderList();
/**
*
* List of stats specific to this host.
*
*
* repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;
*/
io.envoyproxy.envoy.admin.v2alpha.SimpleMetricOrBuilder getStatsOrBuilder(
int index);
/**
*
* The host's current health status.
*
*
* .envoy.admin.v2alpha.HostHealthStatus health_status = 3;
* @return Whether the healthStatus field is set.
*/
boolean hasHealthStatus();
/**
*
* The host's current health status.
*
*
* .envoy.admin.v2alpha.HostHealthStatus health_status = 3;
* @return The healthStatus.
*/
io.envoyproxy.envoy.admin.v2alpha.HostHealthStatus getHealthStatus();
/**
*
* The host's current health status.
*
*
* .envoy.admin.v2alpha.HostHealthStatus health_status = 3;
*/
io.envoyproxy.envoy.admin.v2alpha.HostHealthStatusOrBuilder getHealthStatusOrBuilder();
/**
*
* Request success rate for this host over the last calculated interval.
* If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *false*, all errors: externally and locally generated were used in success rate
* calculation. If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *true*, only externally generated errors were used in success rate calculation.
* See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
* details.
* 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;
* @return Whether the successRate field is set.
*/
boolean hasSuccessRate();
/**
*
* Request success rate for this host over the last calculated interval.
* If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *false*, all errors: externally and locally generated were used in success rate
* calculation. If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *true*, only externally generated errors were used in success rate calculation.
* See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
* details.
* 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;
* @return The successRate.
*/
io.envoyproxy.envoy.type.Percent getSuccessRate();
/**
*
* Request success rate for this host over the last calculated interval.
* If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *false*, all errors: externally and locally generated were used in success rate
* calculation. If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *true*, only externally generated errors were used in success rate calculation.
* See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
* details.
* 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;
*/
io.envoyproxy.envoy.type.PercentOrBuilder getSuccessRateOrBuilder();
/**
*
* The host's weight. If not configured, the value defaults to 1.
*
*
* uint32 weight = 5;
* @return The weight.
*/
int getWeight();
/**
*
* The hostname of the host, if applicable.
*
*
* string hostname = 6;
* @return The hostname.
*/
java.lang.String getHostname();
/**
*
* The hostname of the host, if applicable.
*
*
* string hostname = 6;
* @return The bytes for hostname.
*/
com.google.protobuf.ByteString
getHostnameBytes();
/**
*
* The host's priority. If not configured, the value defaults to 0 (highest priority).
*
*
* uint32 priority = 7;
* @return The priority.
*/
int getPriority();
/**
*
* Request success rate for this host over the last calculated
* interval when only locally originated errors are taken into account and externally originated
* errors were treated as success.
* This field should be interpreted only when
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *true*.
* See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
* details.
* 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 local_origin_success_rate = 8;
* @return Whether the localOriginSuccessRate field is set.
*/
boolean hasLocalOriginSuccessRate();
/**
*
* Request success rate for this host over the last calculated
* interval when only locally originated errors are taken into account and externally originated
* errors were treated as success.
* This field should be interpreted only when
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *true*.
* See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
* details.
* 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 local_origin_success_rate = 8;
* @return The localOriginSuccessRate.
*/
io.envoyproxy.envoy.type.Percent getLocalOriginSuccessRate();
/**
*
* Request success rate for this host over the last calculated
* interval when only locally originated errors are taken into account and externally originated
* errors were treated as success.
* This field should be interpreted only when
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
* is *true*.
* See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
* details.
* 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 local_origin_success_rate = 8;
*/
io.envoyproxy.envoy.type.PercentOrBuilder getLocalOriginSuccessRateOrBuilder();
/**
*
* locality of the host.
*
*
* .envoy.api.v2.core.Locality locality = 9;
* @return Whether the locality field is set.
*/
boolean hasLocality();
/**
*
* locality of the host.
*
*
* .envoy.api.v2.core.Locality locality = 9;
* @return The locality.
*/
io.envoyproxy.envoy.api.v2.core.Locality getLocality();
/**
*
* locality of the host.
*
*
* .envoy.api.v2.core.Locality locality = 9;
*/
io.envoyproxy.envoy.api.v2.core.LocalityOrBuilder getLocalityOrBuilder();
}