Uses of Class
org.apache.lucene.store.RateLimiter
Packages that use RateLimiter
Package
Description
Code to maintain and access indices.
Binary i/o API, used for all index data.
-
Uses of RateLimiter in org.apache.lucene.index
Subclasses of RateLimiter in org.apache.lucene.indexModifier and TypeClassDescriptionclass
This is theRateLimiter
thatIndexWriter
assigns to each running merge, to giveMergeScheduler
s ionice like control. -
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.Fields in org.apache.lucene.store declared as RateLimiterConstructors in org.apache.lucene.store with parameters of type RateLimiterModifierConstructorDescriptionRateLimitedIndexOutput
(RateLimiter rateLimiter, IndexOutput delegate)