Package | Description |
---|---|
org.elasticsearch.indices.recovery |
Modifier and Type | Method and Description |
---|---|
static RecoveryState.Stage |
RecoveryState.Stage.fromId(byte id) |
RecoveryState.Stage |
RecoveryState.getStage() |
RecoveryState.Stage |
RecoveryStatus.stage() |
static RecoveryState.Stage |
RecoveryState.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryState.Stage[] |
RecoveryState.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RecoveryState |
RecoveryState.setStage(RecoveryState.Stage stage) |
Copyright © 2009–2015. All rights reserved.