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.withLeakIntervalMs(long leakIntervalMs, long capacity)
           
static LeakyBucket LeakyBucket.withLeakIntervalNs(long leakIntervalNs, long capacity)
           
static LeakyBucket LeakyBucket.withLeakIntervalUs(long leakIntervalUs, long capacity)
           
static LeakyBucket LeakyBucket.withLeakPerSecond(double leakPerSecond, long capacity)
           
 



Copyright © 2013. All Rights Reserved.