Uses of Class
ch.bind.philib.util.LeakyBucket

Packages that use LeakyBucket
ch.bind.philib.util   
 

Uses of LeakyBucket in ch.bind.philib.util
 

Methods in ch.bind.philib.util that return LeakyBucket
static LeakyBucket LeakyBucket.withTakeIntervalMs(long takeIntervalMs, long capacity)
           
static LeakyBucket LeakyBucket.withTakeIntervalNs(long takeIntervalNs, long capacity)
           
static LeakyBucket LeakyBucket.withTakeIntervalUs(long takeIntervalUs, long capacity)
           
static LeakyBucket LeakyBucket.withTakesPerSecond(double takesPerSecond, long capacity)
           
 



Copyright © 2013. All Rights Reserved.