Class CircuitBreakers.Thresholds.RetryBudget

    • Constructor Detail

      • RetryBudget

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

        private RetryBudget()
    • Method Detail

      • 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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.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​(java.lang.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​(java.nio.ByteBuffer data)
                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CircuitBreakers.Thresholds.RetryBudget parseFrom​(java.nio.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​(java.io.InputStream input,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

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

        public CircuitBreakers.Thresholds.RetryBudget.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType 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
      • 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