public static interface GradientControllerConfig.ConcurrencyLimitCalculationParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getConcurrencyUpdateInterval()
The period of time samples are taken to recalculate the concurrency limit.
|
com.google.protobuf.DurationOrBuilder |
getConcurrencyUpdateIntervalOrBuilder()
The period of time samples are taken to recalculate the concurrency limit.
|
com.google.protobuf.UInt32Value |
getMaxConcurrencyLimit()
The allowed upper-bound on the calculated concurrency limit.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxConcurrencyLimitOrBuilder()
The allowed upper-bound on the calculated concurrency limit.
|
boolean |
hasConcurrencyUpdateInterval()
The period of time samples are taken to recalculate the concurrency limit.
|
boolean |
hasMaxConcurrencyLimit()
The allowed upper-bound on the calculated concurrency limit.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxConcurrencyLimit()
The allowed upper-bound on the calculated concurrency limit. Defaults to 1000.
.google.protobuf.UInt32Value max_concurrency_limit = 2 [(.validate.rules) = { ... }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) = { ... }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) = { ... }boolean hasConcurrencyUpdateInterval()
The period of time samples are taken to recalculate the concurrency limit.
.google.protobuf.Duration concurrency_update_interval = 3 [(.validate.rules) = { ... }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) = { ... }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) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.