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