| Interface | Description |
|---|---|
| RequestLimitCtx |
| Class | Description |
|---|---|
| Gradient2Limit |
Concurrency limit algorithm that adjusts the limit based on the gradient of change of the current average RTT and
a long term exponentially smoothed average RTT.
|
| Gradient2Limit.Builder | |
| LimitMetricRegistry |
For tracking metrics in the limiters.
|
| RequestLimiterBuilder |
Refer to `concurrency-limit-grpc`
|
| VegasLimit |
Limiter based on TCP Vegas where the limit increases by alpha if the queue_use is small (< alpha)
and decreases by alpha if the queue_use is large (> beta).
|
| VegasLimit.Builder |
Copyright © 2023. All rights reserved.