Uses of Class
ch.bind.philib.util.LeakyBucket
-
Packages that use LeakyBucket Package Description ch.bind.philib.util -
-
Uses of LeakyBucket in ch.bind.philib.util
Methods in ch.bind.philib.util that return LeakyBucket Modifier and Type Method Description static LeakyBucketLeakyBucket. withTakeIntervalMs(long takeIntervalMs, long capacity)static LeakyBucketLeakyBucket. withTakeIntervalNs(long takeIntervalNs, long capacity)static LeakyBucketLeakyBucket. withTakeIntervalUs(long takeIntervalUs, long capacity)static LeakyBucketLeakyBucket. withTakesPerSecond(double takesPerSecond, long capacity)
-