java.lang.Object
org.elasticsearch.xpack.core.ilm.Step
org.elasticsearch.xpack.core.ilm.ClusterStateWaitStep
org.elasticsearch.xpack.core.ilm.WaitForIndexColorStep
Wait Step for index based on color. Optionally derives the index name using the provided prefix (if any).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.ilm.ClusterStateWaitStep
ClusterStateWaitStep.ResultNested classes/interfaces inherited from class org.elasticsearch.xpack.core.ilm.Step
Step.StepKey -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleangetColor()inthashCode()isConditionMet(Index index, ClusterState clusterState) booleanIndicates if the step can be automatically retried when it encounters an execution error.Methods inherited from class org.elasticsearch.xpack.core.ilm.ClusterStateWaitStep
isCompletableMethods inherited from class org.elasticsearch.xpack.core.ilm.Step
getCurrentStepKey, getKey, getNextStepKey, toString
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getColor
-
hashCode
public int hashCode() -
equals
-
isConditionMet
- Specified by:
isConditionMetin classClusterStateWaitStep
-
isRetryable
public boolean isRetryable()Description copied from class:StepIndicates if the step can be automatically retried when it encounters an execution error.- Specified by:
isRetryablein classStep
-