| Package | Description |
|---|---|
| io.greptime.rpc.interceptors | |
| io.greptime.rpc.limit |
| Class and Description |
|---|
| RequestLimitCtx |
| Class and 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 |
| RequestLimitCtx |
| 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.