public static interface GradientControllerConfig.MinimumRTTCalculationParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Percent |
getBuffer()
Amount added to the measured minRTT to add stability to the concurrency limit during natural
variability in latency.
|
PercentOrBuilder |
getBufferOrBuilder()
Amount added to the measured minRTT to add stability to the concurrency limit during natural
variability in latency.
|
com.google.protobuf.Duration |
getInterval()
The time interval between recalculating the minimum request round-trip time.
|
com.google.protobuf.DurationOrBuilder |
getIntervalOrBuilder()
The time interval between recalculating the minimum request round-trip time.
|
Percent |
getJitter()
Randomized time delta that will be introduced to the start of the minRTT calculation window.
|
PercentOrBuilder |
getJitterOrBuilder()
Randomized time delta that will be introduced to the start of the minRTT calculation window.
|
com.google.protobuf.UInt32Value |
getMinConcurrency()
The concurrency limit set while measuring the minRTT.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMinConcurrencyOrBuilder()
The concurrency limit set while measuring the minRTT.
|
com.google.protobuf.UInt32Value |
getRequestCount()
The number of requests to aggregate/sample during the minRTT recalculation window before
updating.
|
com.google.protobuf.UInt32ValueOrBuilder |
getRequestCountOrBuilder()
The number of requests to aggregate/sample during the minRTT recalculation window before
updating.
|
boolean |
hasBuffer()
Amount added to the measured minRTT to add stability to the concurrency limit during natural
variability in latency.
|
boolean |
hasInterval()
The time interval between recalculating the minimum request round-trip time.
|
boolean |
hasJitter()
Randomized time delta that will be introduced to the start of the minRTT calculation window.
|
boolean |
hasMinConcurrency()
The concurrency limit set while measuring the minRTT.
|
boolean |
hasRequestCount()
The number of requests to aggregate/sample during the minRTT recalculation window before
updating.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInterval()
The time interval between recalculating the minimum request round-trip time.
.google.protobuf.Duration interval = 1 [(.validate.rules) = { ... }com.google.protobuf.Duration getInterval()
The time interval between recalculating the minimum request round-trip time.
.google.protobuf.Duration interval = 1 [(.validate.rules) = { ... }com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
The time interval between recalculating the minimum request round-trip time.
.google.protobuf.Duration interval = 1 [(.validate.rules) = { ... }boolean hasRequestCount()
The number of requests to aggregate/sample during the minRTT recalculation window before updating. Defaults to 50.
.google.protobuf.UInt32Value request_count = 2 [(.validate.rules) = { ... }com.google.protobuf.UInt32Value getRequestCount()
The number of requests to aggregate/sample during the minRTT recalculation window before updating. Defaults to 50.
.google.protobuf.UInt32Value request_count = 2 [(.validate.rules) = { ... }com.google.protobuf.UInt32ValueOrBuilder getRequestCountOrBuilder()
The number of requests to aggregate/sample during the minRTT recalculation window before updating. Defaults to 50.
.google.protobuf.UInt32Value request_count = 2 [(.validate.rules) = { ... }boolean hasJitter()
Randomized time delta that will be introduced to the start of the minRTT calculation window. This is represented as a percentage of the interval duration. Defaults to 15%. Example: If the interval is 10s and the jitter is 15%, the next window will begin somewhere in the range (10s - 11.5s).
.envoy.type.Percent jitter = 3;Percent getJitter()
Randomized time delta that will be introduced to the start of the minRTT calculation window. This is represented as a percentage of the interval duration. Defaults to 15%. Example: If the interval is 10s and the jitter is 15%, the next window will begin somewhere in the range (10s - 11.5s).
.envoy.type.Percent jitter = 3;PercentOrBuilder getJitterOrBuilder()
Randomized time delta that will be introduced to the start of the minRTT calculation window. This is represented as a percentage of the interval duration. Defaults to 15%. Example: If the interval is 10s and the jitter is 15%, the next window will begin somewhere in the range (10s - 11.5s).
.envoy.type.Percent jitter = 3;boolean hasMinConcurrency()
The concurrency limit set while measuring the minRTT. Defaults to 3.
.google.protobuf.UInt32Value min_concurrency = 4 [(.validate.rules) = { ... }com.google.protobuf.UInt32Value getMinConcurrency()
The concurrency limit set while measuring the minRTT. Defaults to 3.
.google.protobuf.UInt32Value min_concurrency = 4 [(.validate.rules) = { ... }com.google.protobuf.UInt32ValueOrBuilder getMinConcurrencyOrBuilder()
The concurrency limit set while measuring the minRTT. Defaults to 3.
.google.protobuf.UInt32Value min_concurrency = 4 [(.validate.rules) = { ... }boolean hasBuffer()
Amount added to the measured minRTT to add stability to the concurrency limit during natural variability in latency. This is expressed as a percentage of the measured value and can be adjusted to allow more or less tolerance to the sampled latency values. Defaults to 25%.
.envoy.type.Percent buffer = 5;Percent getBuffer()
Amount added to the measured minRTT to add stability to the concurrency limit during natural variability in latency. This is expressed as a percentage of the measured value and can be adjusted to allow more or less tolerance to the sampled latency values. Defaults to 25%.
.envoy.type.Percent buffer = 5;PercentOrBuilder getBufferOrBuilder()
Amount added to the measured minRTT to add stability to the concurrency limit during natural variability in latency. This is expressed as a percentage of the measured value and can be adjusted to allow more or less tolerance to the sampled latency values. Defaults to 25%.
.envoy.type.Percent buffer = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.