Uses of Class
org.apache.lucene.store.RateLimiter
-
Packages that use RateLimiter Package Description 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 Modifier and Type Class Description static class
RateLimiter.SimpleRateLimiter
Simple class to rate limit IO.Methods in org.apache.lucene.store with parameters of type RateLimiter Modifier and Type Method Description 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 givencontext
.
-