All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.config.cluster.v3.CircuitBreakersOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/cluster/v3/circuit_breaker.proto

package io.envoyproxy.envoy.config.cluster.v3;

public interface CircuitBreakersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.cluster.v3.CircuitBreakers)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no Thresholds is defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
   * are used.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1; */ java.util.List getThresholdsList(); /** *
   * If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no Thresholds is defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
   * are used.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1; */ io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds getThresholds(int index); /** *
   * If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no Thresholds is defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
   * are used.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1; */ int getThresholdsCount(); /** *
   * If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no Thresholds is defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
   * are used.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1; */ java.util.List getThresholdsOrBuilderList(); /** *
   * If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no Thresholds is defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
   * are used.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1; */ io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.ThresholdsOrBuilder getThresholdsOrBuilder( int index); /** *
   * Optional per-host limits which apply to each individual host in a cluster.
   * .. note::
   *  currently only the :ref:`max_connections
   *  <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
   * If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no per-host Thresholds are defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the cluster will not have per-host limits.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2; */ java.util.List getPerHostThresholdsList(); /** *
   * Optional per-host limits which apply to each individual host in a cluster.
   * .. note::
   *  currently only the :ref:`max_connections
   *  <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
   * If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no per-host Thresholds are defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the cluster will not have per-host limits.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2; */ io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds getPerHostThresholds(int index); /** *
   * Optional per-host limits which apply to each individual host in a cluster.
   * .. note::
   *  currently only the :ref:`max_connections
   *  <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
   * If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no per-host Thresholds are defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the cluster will not have per-host limits.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2; */ int getPerHostThresholdsCount(); /** *
   * Optional per-host limits which apply to each individual host in a cluster.
   * .. note::
   *  currently only the :ref:`max_connections
   *  <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
   * If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no per-host Thresholds are defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the cluster will not have per-host limits.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2; */ java.util.List getPerHostThresholdsOrBuilderList(); /** *
   * Optional per-host limits which apply to each individual host in a cluster.
   * .. note::
   *  currently only the :ref:`max_connections
   *  <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
   * If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
   * are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the first one in the list is used. If no per-host Thresholds are defined for a given
   * :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
   * the cluster will not have per-host limits.
   * 
* * repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2; */ io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.ThresholdsOrBuilder getPerHostThresholdsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy