| Package | Description |
|---|---|
| com.baidu.brpc.ratelimit |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterRateLimiter
a simple counter implement of current limit algorithm
|
class |
TokenBucketRateLimiter
Token bucket algorithm Advantage: allow certain burst traffic, and flow control is smoother
|
| Constructor and Description |
|---|
CurrentLimitInterceptor(RateLimiter limiter) |
RateLimitInterceptor(RateLimiter limiter) |
Copyright © 2022 Baidu, Inc.. All rights reserved.