public static final class CircuitBreakers.Thresholds.RetryBudget extends com.google.protobuf.GeneratedMessageV3 implements CircuitBreakers.Thresholds.RetryBudgetOrBuilder
envoy.config.cluster.v4alpha.CircuitBreakers.Thresholds.RetryBudget| Modifier and Type | Class and Description |
|---|---|
static class |
CircuitBreakers.Thresholds.RetryBudget.Builder
Protobuf type
envoy.config.cluster.v4alpha.CircuitBreakers.Thresholds.RetryBudget |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BUDGET_PERCENT_FIELD_NUMBER |
static int |
MIN_RETRY_CONCURRENCY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Percent |
getBudgetPercent()
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.
|
static CircuitBreakers.Thresholds.RetryBudget |
getDefaultInstance() |
CircuitBreakers.Thresholds.RetryBudget |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.UInt32Value |
getMinRetryConcurrency()
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.
|
com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBudgetPercent()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and
active pending requests.
|
int |
hashCode() |
boolean |
hasMinRetryConcurrency()
Specifies the minimum retry concurrency allowed for the retry budget.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CircuitBreakers.Thresholds.RetryBudget.Builder |
newBuilder() |
static CircuitBreakers.Thresholds.RetryBudget.Builder |
newBuilder(CircuitBreakers.Thresholds.RetryBudget prototype) |
CircuitBreakers.Thresholds.RetryBudget.Builder |
newBuilderForType() |
protected CircuitBreakers.Thresholds.RetryBudget.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CircuitBreakers.Thresholds.RetryBudget |
parseDelimitedFrom(InputStream input) |
static CircuitBreakers.Thresholds.RetryBudget |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(byte[] data) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(ByteBuffer data) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(com.google.protobuf.ByteString data) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(InputStream input) |
static CircuitBreakers.Thresholds.RetryBudget |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> |
parser() |
CircuitBreakers.Thresholds.RetryBudget.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int BUDGET_PERCENT_FIELD_NUMBER
public static final int MIN_RETRY_CONCURRENCY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;hasBudgetPercent in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilderpublic 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;getBudgetPercent in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilderpublic 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;getBudgetPercentOrBuilder in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilderpublic 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;hasMinRetryConcurrency in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilderpublic 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;getMinRetryConcurrency in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilderpublic 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;getMinRetryConcurrencyOrBuilder in interface CircuitBreakers.Thresholds.RetryBudgetOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(InputStream input) throws IOException
IOExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CircuitBreakers.Thresholds.RetryBudget parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CircuitBreakers.Thresholds.RetryBudget.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CircuitBreakers.Thresholds.RetryBudget.Builder newBuilder()
public static CircuitBreakers.Thresholds.RetryBudget.Builder newBuilder(CircuitBreakers.Thresholds.RetryBudget prototype)
public CircuitBreakers.Thresholds.RetryBudget.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CircuitBreakers.Thresholds.RetryBudget.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CircuitBreakers.Thresholds.RetryBudget getDefaultInstance()
public static com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> parser()
public com.google.protobuf.Parser<CircuitBreakers.Thresholds.RetryBudget> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CircuitBreakers.Thresholds.RetryBudget getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.