Class CircuitBreakers.Thresholds.RetryBudget

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CircuitBreakers.Thresholds.RetryBudgetOrBuilder, Serializable
Enclosing class:
CircuitBreakers.Thresholds

public static final class CircuitBreakers.Thresholds.RetryBudget extends com.google.protobuf.GeneratedMessage implements CircuitBreakers.Thresholds.RetryBudgetOrBuilder
Protobuf type envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • bitField0_

      private int bitField0_
    • BUDGET_PERCENT_FIELD_NUMBER

      public static final int BUDGET_PERCENT_FIELD_NUMBER
      See Also:
    • budgetPercent_

      private Percent budgetPercent_
    • MIN_RETRY_CONCURRENCY_FIELD_NUMBER

      public static final int MIN_RETRY_CONCURRENCY_FIELD_NUMBER
      See Also:
    • minRetryConcurrency_

      private com.google.protobuf.UInt32Value minRetryConcurrency_
    • memoizedIsInitialized

      private byte memoizedIsInitialized
    • DEFAULT_INSTANCE

      private static final CircuitBreakers.Thresholds.RetryBudget DEFAULT_INSTANCE
    • PARSER

      private static final com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> PARSER
  • Constructor Details

    • RetryBudget

      private RetryBudget(com.google.protobuf.GeneratedMessage.Builder<?> builder)
    • RetryBudget

      private RetryBudget()
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasBudgetPercent

      public boolean hasBudgetPercent()
       Specifies the limit on concurrent retries as a percentage of the sum of active requests and
       active pending requests. For example, if there are 100 active requests and the
       budget_percent is set to 25, there may be 25 active retries.
      
       This parameter is optional. Defaults to 20%.
       
      .envoy.type.v3.Percent budget_percent = 1;
      Specified by:
      hasBudgetPercent in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilder
      Returns:
      Whether the budgetPercent field is set.
    • getBudgetPercent

      public Percent getBudgetPercent()
       Specifies the limit on concurrent retries as a percentage of the sum of active requests and
       active pending requests. For example, if there are 100 active requests and the
       budget_percent is set to 25, there may be 25 active retries.
      
       This parameter is optional. Defaults to 20%.
       
      .envoy.type.v3.Percent budget_percent = 1;
      Specified by:
      getBudgetPercent in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilder
      Returns:
      The budgetPercent.
    • getBudgetPercentOrBuilder

      public PercentOrBuilder getBudgetPercentOrBuilder()
       Specifies the limit on concurrent retries as a percentage of the sum of active requests and
       active pending requests. For example, if there are 100 active requests and the
       budget_percent is set to 25, there may be 25 active retries.
      
       This parameter is optional. Defaults to 20%.
       
      .envoy.type.v3.Percent budget_percent = 1;
      Specified by:
      getBudgetPercentOrBuilder in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilder
    • hasMinRetryConcurrency

      public boolean hasMinRetryConcurrency()
       Specifies the minimum retry concurrency allowed for the retry budget. The limit on the
       number of active retries may never go below this number.
      
       This parameter is optional. Defaults to 3.
       
      .google.protobuf.UInt32Value min_retry_concurrency = 2;
      Specified by:
      hasMinRetryConcurrency in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilder
      Returns:
      Whether the minRetryConcurrency field is set.
    • getMinRetryConcurrency

      public com.google.protobuf.UInt32Value getMinRetryConcurrency()
       Specifies the minimum retry concurrency allowed for the retry budget. The limit on the
       number of active retries may never go below this number.
      
       This parameter is optional. Defaults to 3.
       
      .google.protobuf.UInt32Value min_retry_concurrency = 2;
      Specified by:
      getMinRetryConcurrency in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilder
      Returns:
      The minRetryConcurrency.
    • getMinRetryConcurrencyOrBuilder

      public com.google.protobuf.UInt32ValueOrBuilder getMinRetryConcurrencyOrBuilder()
       Specifies the minimum retry concurrency allowed for the retry budget. The limit on the
       number of active retries may never go below this number.
      
       This parameter is optional. Defaults to 3.
       
      .google.protobuf.UInt32Value min_retry_concurrency = 2;
      Specified by:
      getMinRetryConcurrencyOrBuilder in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected CircuitBreakers.Thresholds.RetryBudget.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static CircuitBreakers.Thresholds.RetryBudget getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> parser()
    • getParserForType

      public com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public CircuitBreakers.Thresholds.RetryBudget getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder