public interface UploadRateLimiter
RateLimiter to facilitate testing.| Modifier and Type | Method and Description |
|---|---|
static UploadRateLimiter |
create(double qps) |
boolean |
tryAcquire() |
boolean tryAcquire()
static UploadRateLimiter create(double qps)