public static final class GradientControllerConfig.ConcurrencyLimitCalculationParams extends com.google.protobuf.GeneratedMessageV3 implements GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilder
Parameters controlling the periodic recalculation of the concurrency limit from sampled request latencies.Protobuf type
envoy.config.filter.http.adaptive_concurrency.v2alpha.GradientControllerConfig.ConcurrencyLimitCalculationParams| Modifier and Type | Class and Description |
|---|---|
static class |
GradientControllerConfig.ConcurrencyLimitCalculationParams.Builder
Parameters controlling the periodic recalculation of the concurrency limit from sampled request
latencies.
|
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 |
CONCURRENCY_UPDATE_INTERVAL_FIELD_NUMBER |
static int |
MAX_CONCURRENCY_LIMIT_FIELD_NUMBER |
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 MAX_CONCURRENCY_LIMIT_FIELD_NUMBER
public static final int CONCURRENCY_UPDATE_INTERVAL_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 hasMaxConcurrencyLimit()
The allowed upper-bound on the calculated concurrency limit. Defaults to 1000.
.google.protobuf.UInt32Value max_concurrency_limit = 2 [(.validate.rules) = { ... }hasMaxConcurrencyLimit in interface GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilderpublic com.google.protobuf.UInt32Value getMaxConcurrencyLimit()
The allowed upper-bound on the calculated concurrency limit. Defaults to 1000.
.google.protobuf.UInt32Value max_concurrency_limit = 2 [(.validate.rules) = { ... }getMaxConcurrencyLimit in interface GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilderpublic com.google.protobuf.UInt32ValueOrBuilder getMaxConcurrencyLimitOrBuilder()
The allowed upper-bound on the calculated concurrency limit. Defaults to 1000.
.google.protobuf.UInt32Value max_concurrency_limit = 2 [(.validate.rules) = { ... }getMaxConcurrencyLimitOrBuilder in interface GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilderpublic boolean hasConcurrencyUpdateInterval()
The period of time samples are taken to recalculate the concurrency limit.
.google.protobuf.Duration concurrency_update_interval = 3 [(.validate.rules) = { ... }hasConcurrencyUpdateInterval in interface GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilderpublic com.google.protobuf.Duration getConcurrencyUpdateInterval()
The period of time samples are taken to recalculate the concurrency limit.
.google.protobuf.Duration concurrency_update_interval = 3 [(.validate.rules) = { ... }getConcurrencyUpdateInterval in interface GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilderpublic com.google.protobuf.DurationOrBuilder getConcurrencyUpdateIntervalOrBuilder()
The period of time samples are taken to recalculate the concurrency limit.
.google.protobuf.Duration concurrency_update_interval = 3 [(.validate.rules) = { ... }getConcurrencyUpdateIntervalOrBuilder in interface GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilderpublic 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 GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(InputStream input) throws IOException
IOExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GradientControllerConfig.ConcurrencyLimitCalculationParams parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GradientControllerConfig.ConcurrencyLimitCalculationParams.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GradientControllerConfig.ConcurrencyLimitCalculationParams.Builder newBuilder()
public static GradientControllerConfig.ConcurrencyLimitCalculationParams.Builder newBuilder(GradientControllerConfig.ConcurrencyLimitCalculationParams prototype)
public GradientControllerConfig.ConcurrencyLimitCalculationParams.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GradientControllerConfig.ConcurrencyLimitCalculationParams.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GradientControllerConfig.ConcurrencyLimitCalculationParams getDefaultInstance()
public static com.google.protobuf.Parser<GradientControllerConfig.ConcurrencyLimitCalculationParams> parser()
public com.google.protobuf.Parser<GradientControllerConfig.ConcurrencyLimitCalculationParams> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GradientControllerConfig.ConcurrencyLimitCalculationParams getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.