Class CircuitBreakers.Thresholds.RetryBudget.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
- io.envoyproxy.envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,CircuitBreakers.Thresholds.RetryBudgetOrBuilder
,java.lang.Cloneable
- Enclosing class:
- CircuitBreakers.Thresholds.RetryBudget
public static final class CircuitBreakers.Thresholds.RetryBudget.Builder extends com.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder> implements CircuitBreakers.Thresholds.RetryBudgetOrBuilder
Protobuf typeenvoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private Percent
budgetPercent_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
budgetPercentBuilder_
private com.google.protobuf.UInt32Value
minRetryConcurrency_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder>
minRetryConcurrencyBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CircuitBreakers.Thresholds.RetryBudget
build()
CircuitBreakers.Thresholds.RetryBudget
buildPartial()
private void
buildPartial0(CircuitBreakers.Thresholds.RetryBudget result)
CircuitBreakers.Thresholds.RetryBudget.Builder
clear()
CircuitBreakers.Thresholds.RetryBudget.Builder
clearBudgetPercent()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder
clearMinRetryConcurrency()
Specifies the minimum retry concurrency allowed for the retry budget.Percent
getBudgetPercent()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Percent.Builder
getBudgetPercentBuilder()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
getBudgetPercentFieldBuilder()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.PercentOrBuilder
getBudgetPercentOrBuilder()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.UInt32Value
getMinRetryConcurrency()
Specifies the minimum retry concurrency allowed for the retry budget.com.google.protobuf.UInt32Value.Builder
getMinRetryConcurrencyBuilder()
Specifies the minimum retry concurrency allowed for the retry budget.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder>
getMinRetryConcurrencyFieldBuilder()
Specifies the minimum retry concurrency allowed for the retry budget.com.google.protobuf.UInt32ValueOrBuilder
getMinRetryConcurrencyOrBuilder()
Specifies the minimum retry concurrency allowed for the retry budget.boolean
hasBudgetPercent()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.boolean
hasMinRetryConcurrency()
Specifies the minimum retry concurrency allowed for the retry budget.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
CircuitBreakers.Thresholds.RetryBudget.Builder
mergeBudgetPercent(Percent value)
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CircuitBreakers.Thresholds.RetryBudget.Builder
mergeFrom(com.google.protobuf.Message other)
CircuitBreakers.Thresholds.RetryBudget.Builder
mergeFrom(CircuitBreakers.Thresholds.RetryBudget other)
CircuitBreakers.Thresholds.RetryBudget.Builder
mergeMinRetryConcurrency(com.google.protobuf.UInt32Value value)
Specifies the minimum retry concurrency allowed for the retry budget.CircuitBreakers.Thresholds.RetryBudget.Builder
setBudgetPercent(Percent value)
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder
setBudgetPercent(Percent.Builder builderForValue)
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.CircuitBreakers.Thresholds.RetryBudget.Builder
setMinRetryConcurrency(com.google.protobuf.UInt32Value value)
Specifies the minimum retry concurrency allowed for the retry budget.CircuitBreakers.Thresholds.RetryBudget.Builder
setMinRetryConcurrency(com.google.protobuf.UInt32Value.Builder builderForValue)
Specifies the minimum retry concurrency allowed for the retry budget.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
budgetPercent_
private Percent budgetPercent_
-
budgetPercentBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder> budgetPercentBuilder_
-
minRetryConcurrency_
private com.google.protobuf.UInt32Value minRetryConcurrency_
-
minRetryConcurrencyBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder> minRetryConcurrencyBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public CircuitBreakers.Thresholds.RetryBudget.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
getDefaultInstanceForType
public CircuitBreakers.Thresholds.RetryBudget getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CircuitBreakers.Thresholds.RetryBudget build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CircuitBreakers.Thresholds.RetryBudget buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(CircuitBreakers.Thresholds.RetryBudget result)
-
mergeFrom
public CircuitBreakers.Thresholds.RetryBudget.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
mergeFrom
public CircuitBreakers.Thresholds.RetryBudget.Builder mergeFrom(CircuitBreakers.Thresholds.RetryBudget other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
mergeFrom
public CircuitBreakers.Thresholds.RetryBudget.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
- Throws:
java.io.IOException
-
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 interfaceCircuitBreakers.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 interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder
- Returns:
- The budgetPercent.
-
setBudgetPercent
public CircuitBreakers.Thresholds.RetryBudget.Builder setBudgetPercent(Percent value)
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;
-
setBudgetPercent
public CircuitBreakers.Thresholds.RetryBudget.Builder setBudgetPercent(Percent.Builder builderForValue)
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;
-
mergeBudgetPercent
public CircuitBreakers.Thresholds.RetryBudget.Builder mergeBudgetPercent(Percent value)
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;
-
clearBudgetPercent
public CircuitBreakers.Thresholds.RetryBudget.Builder clearBudgetPercent()
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;
-
getBudgetPercentBuilder
public Percent.Builder getBudgetPercentBuilder()
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;
-
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 interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder
-
getBudgetPercentFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder> getBudgetPercentFieldBuilder()
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;
-
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 interfaceCircuitBreakers.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 interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder
- Returns:
- The minRetryConcurrency.
-
setMinRetryConcurrency
public CircuitBreakers.Thresholds.RetryBudget.Builder setMinRetryConcurrency(com.google.protobuf.UInt32Value value)
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;
-
setMinRetryConcurrency
public CircuitBreakers.Thresholds.RetryBudget.Builder setMinRetryConcurrency(com.google.protobuf.UInt32Value.Builder builderForValue)
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;
-
mergeMinRetryConcurrency
public CircuitBreakers.Thresholds.RetryBudget.Builder mergeMinRetryConcurrency(com.google.protobuf.UInt32Value value)
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;
-
clearMinRetryConcurrency
public CircuitBreakers.Thresholds.RetryBudget.Builder clearMinRetryConcurrency()
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;
-
getMinRetryConcurrencyBuilder
public com.google.protobuf.UInt32Value.Builder getMinRetryConcurrencyBuilder()
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;
-
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 interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder
-
getMinRetryConcurrencyFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder> getMinRetryConcurrencyFieldBuilder()
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;
-
-