Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeRateLimiter.checkAbort()
Throws
MergePolicy.MergeAbortedException if this merge was aborted. |
private MergeRateLimiter.PauseResult |
MergeRateLimiter.maybePause(long bytes,
long curNS)
Returns NO if no pause happened, STOPPED if pause because rate was 0.0 (merge is stopped), PAUSED if paused with a normal rate limit.
|
long |
MergeRateLimiter.pause(long bytes) |