Uses of Class
org.elasticsearch.indices.recovery.RecoveryState.Stage
-
Packages that use RecoveryState.Stage Package Description org.elasticsearch.indices.recovery -
-
Uses of RecoveryState.Stage in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return RecoveryState.Stage Modifier and Type Method Description static RecoveryState.StageRecoveryState.Stage. fromId(byte id)RecoveryState.StageRecoveryState. getStage()static RecoveryState.StageRecoveryState.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.Methods in org.elasticsearch.indices.recovery with parameters of type RecoveryState.Stage Modifier and Type Method Description RecoveryStateRecoveryState. setStage(RecoveryState.Stage stage)
-