Uses of Class
org.apache.lucene.store.RateLimiter
-
Packages that use RateLimiter Package Description org.apache.lucene.index org.apache.lucene.store org.elasticsearch.index.snapshots.blobstore org.elasticsearch.indices.recovery -
-
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.Constructors in org.apache.lucene.store with parameters of type RateLimiter Constructor Description RateLimitedIndexOutput(RateLimiter rateLimiter, IndexOutput delegate) -
Uses of RateLimiter in org.elasticsearch.index.snapshots.blobstore
Constructors in org.elasticsearch.index.snapshots.blobstore with parameters of type RateLimiter Constructor Description RateLimitingInputStream(InputStream delegate, RateLimiter rateLimiter, RateLimitingInputStream.Listener listener) -
Uses of RateLimiter in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return RateLimiter Modifier and Type Method Description RateLimiterRecoverySettings. rateLimiter()
-