Java org.apache.lucene.store RateLimiter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.store RateLimiter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.store RateLimiter.

The text is from its open source code.

Method

longgetMinPauseCheckBytes()
How many bytes caller should add up itself before invoking #pause .
longpause(long bytes)
Pauses, if necessary, to keep the instantaneous IO rate at or below the target.