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
 

Methods in org.apache.lucene.store with parameters of type RateLimiter
 void FSDirectory.setMaxMergeWriteLimiter(RateLimiter mergeWriteRateLimiter)
          Sets the rate limiter to be used to limit (approx) MB/sec allowed by all IO performed when merging.
 

Constructors in org.apache.lucene.store with parameters of type RateLimiter
FSDirectory.FSIndexOutput(FSDirectory parent, String name, RateLimiter rateLimiter)
           
 



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