getStatsList();
/**
*
* List of stats specific to this host.
*
*
* repeated .envoy.admin.v3.SimpleMetric stats = 2;
*/
io.envoyproxy.envoy.admin.v3.SimpleMetric getStats(int index);
/**
*
* List of stats specific to this host.
*
*
* repeated .envoy.admin.v3.SimpleMetric stats = 2;
*/
int getStatsCount();
/**
*
* List of stats specific to this host.
*
*
* repeated .envoy.admin.v3.SimpleMetric stats = 2;
*/
java.util.List extends io.envoyproxy.envoy.admin.v3.SimpleMetricOrBuilder>
getStatsOrBuilderList();
/**
*
* List of stats specific to this host.
*
*
* repeated .envoy.admin.v3.SimpleMetric stats = 2;
*/
io.envoyproxy.envoy.admin.v3.SimpleMetricOrBuilder getStatsOrBuilder(
int index);
/**
*
* The host's current health status.
*
*
* .envoy.admin.v3.HostHealthStatus health_status = 3;
* @return Whether the healthStatus field is set.
*/
boolean hasHealthStatus();
/**
*
* The host's current health status.
*
*
* .envoy.admin.v3.HostHealthStatus health_status = 3;
* @return The healthStatus.
*/
io.envoyproxy.envoy.admin.v3.HostHealthStatus getHealthStatus();
/**
*
* The host's current health status.
*
*
* .envoy.admin.v3.HostHealthStatus health_status = 3;
*/
io.envoyproxy.envoy.admin.v3.HostHealthStatusOrBuilder getHealthStatusOrBuilder();
/**
*
* Request success rate for this host over the last calculated interval.
* If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.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_v3_api_field_config.cluster.v3.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.v3.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_v3_api_field_config.cluster.v3.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_v3_api_field_config.cluster.v3.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.v3.Percent success_rate = 4;
* @return The successRate.
*/
io.envoyproxy.envoy.type.v3.Percent getSuccessRate();
/**
*
* Request success rate for this host over the last calculated interval.
* If
* :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.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_v3_api_field_config.cluster.v3.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.v3.Percent success_rate = 4;
*/
io.envoyproxy.envoy.type.v3.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_v3_api_field_config.cluster.v3.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.v3.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_v3_api_field_config.cluster.v3.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.v3.Percent local_origin_success_rate = 8;
* @return The localOriginSuccessRate.
*/
io.envoyproxy.envoy.type.v3.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_v3_api_field_config.cluster.v3.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.v3.Percent local_origin_success_rate = 8;
*/
io.envoyproxy.envoy.type.v3.PercentOrBuilder getLocalOriginSuccessRateOrBuilder();
/**
*
* locality of the host.
*
*
* .envoy.config.core.v3.Locality locality = 9;
* @return Whether the locality field is set.
*/
boolean hasLocality();
/**
*
* locality of the host.
*
*
* .envoy.config.core.v3.Locality locality = 9;
* @return The locality.
*/
io.envoyproxy.envoy.config.core.v3.Locality getLocality();
/**
*
* locality of the host.
*
*
* .envoy.config.core.v3.Locality locality = 9;
*/
io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder();
}