Uses of Class
org.apache.lucene.store.RateLimiter
-
Packages that use RateLimiter Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of RateLimiter in org.apache.lucene.index
Subclasses of RateLimiter in org.apache.lucene.index Modifier and Type Class Description classMergeRateLimiterThis is theRateLimiterthatIndexWriterassigns to each running merge, to giveMergeSchedulers ionice like control. -
Uses of RateLimiter in org.apache.lucene.store
Subclasses of RateLimiter in org.apache.lucene.store Modifier and Type Class Description static classRateLimiter.SimpleRateLimiterSimple class to rate limit IO.Fields in org.apache.lucene.store declared as RateLimiter Modifier and Type Field Description private RateLimiterRateLimitedIndexOutput. rateLimiterConstructors in org.apache.lucene.store with parameters of type RateLimiter Constructor Description RateLimitedIndexOutput(RateLimiter rateLimiter, IndexOutput delegate)
-