Uses of Class
org.apache.lucene.store.RateLimiter
Packages that use RateLimiter
- 
Uses of RateLimiter in org.apache.lucene.storeSubclasses of RateLimiter in org.apache.lucene.storeModifier and TypeClassDescriptionstatic classSimple class to rate limit IO.Methods in org.apache.lucene.store with parameters of type RateLimiterModifier and TypeMethodDescriptionvoidRateLimitedDirectoryWrapper.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 givencontext.