Uses of Class
voldemort.utils.DynamicThrottleLimit

Packages that use DynamicThrottleLimit
voldemort.server.protocol.hadoop   
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.utils Basic helper functions. 
 

Uses of DynamicThrottleLimit in voldemort.server.protocol.hadoop
 

Constructors in voldemort.server.protocol.hadoop with parameters of type DynamicThrottleLimit
RestHadoopFetcher(DynamicThrottleLimit dynThrottleLimit, java.lang.Long maxBytesPerSecond, java.lang.Long reportingIntervalBytes, int bufferSize, long minBytesPerSecond, int retryCount, long retryDelayMs)
           
RestHadoopFetcher(VoldemortConfig config, DynamicThrottleLimit dynThrottleLimit)
           
 

Uses of DynamicThrottleLimit in voldemort.server.storage
 

Methods in voldemort.server.storage that return DynamicThrottleLimit
 DynamicThrottleLimit StorageService.getDynThrottleLimit()
           
 

Uses of DynamicThrottleLimit in voldemort.utils
 

Constructors in voldemort.utils with parameters of type DynamicThrottleLimit
DynamicEventThrottler(DynamicThrottleLimit dynLimit)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu