Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static MergeRateLimiter.PauseResult |
MergeRateLimiter.PauseResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MergeRateLimiter.PauseResult[] |
MergeRateLimiter.PauseResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|