Uses of Class
org.apache.lucene.store.RateLimiter

Packages that use RateLimiter
org.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of RateLimiter in org.apache.lucene.store
 

Subclasses of RateLimiter in org.apache.lucene.store
static class RateLimiter.SimpleRateLimiter
          Simple class to rate limit IO.
 

Methods in org.apache.lucene.store with parameters of type RateLimiter
 void RateLimitedDirectoryWrapper.setRateLimiter(RateLimiter mergeWriteRateLimiter, IOContext.Context context)
          Sets the rate limiter to be used to limit (approx) MB/sec allowed by all IO performed with the given context.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.