Class CircuitBreakers.Thresholds.RetryBudget.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
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, 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 type
envoy.config.cluster.v3.CircuitBreakers.Thresholds.RetryBudget-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate Percentprivate com.google.protobuf.SingleFieldBuilder<Percent, Percent.Builder, PercentOrBuilder> private com.google.protobuf.UInt32Valueprivate com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value, com.google.protobuf.UInt32Value.Builder, com.google.protobuf.UInt32ValueOrBuilder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()private voidclear()Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Specifies the minimum retry concurrency allowed for the retry budget.Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorcom.google.protobuf.UInt32ValueSpecifies the minimum retry concurrency allowed for the retry budget.com.google.protobuf.UInt32Value.BuilderSpecifies the minimum retry concurrency allowed for the retry budget.com.google.protobuf.UInt32ValueOrBuilderSpecifies the minimum retry concurrency allowed for the retry budget.booleanSpecifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.booleanSpecifies the minimum retry concurrency allowed for the retry budget.private com.google.protobuf.SingleFieldBuilder<Percent, Percent.Builder, PercentOrBuilder> Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprivate com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value, com.google.protobuf.UInt32Value.Builder, com.google.protobuf.UInt32ValueOrBuilder> Specifies the minimum retry concurrency allowed for the retry budget.final booleanprivate voidmergeBudgetPercent(Percent value) Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeMinRetryConcurrency(com.google.protobuf.UInt32Value value) Specifies the minimum retry concurrency allowed for the retry budget.setBudgetPercent(Percent value) Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.setBudgetPercent(Percent.Builder builderForValue) Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.setMinRetryConcurrency(com.google.protobuf.UInt32Value value) Specifies the minimum retry concurrency allowed for the retry budget.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, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
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_
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin 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:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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 IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CircuitBreakers.Thresholds.RetryBudget.Builder>- Throws:
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:
hasBudgetPercentin interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder- Returns:
- Whether the budgetPercent field is set.
-
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:
getBudgetPercentin interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder- Returns:
- The budgetPercent.
-
setBudgetPercent
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
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
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
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
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:
getBudgetPercentOrBuilderin interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder
-
internalGetBudgetPercentFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Percent, Percent.Builder, PercentOrBuilder> internalGetBudgetPercentFieldBuilder()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:
hasMinRetryConcurrencyin 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:
getMinRetryConcurrencyin 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
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:
getMinRetryConcurrencyOrBuilderin interfaceCircuitBreakers.Thresholds.RetryBudgetOrBuilder
-
internalGetMinRetryConcurrencyFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value, com.google.protobuf.UInt32Value.Builder, com.google.protobuf.UInt32ValueOrBuilder> internalGetMinRetryConcurrencyFieldBuilder()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;
-