java.lang.Object
org.elasticsearch.xpack.core.ilm.Step
org.elasticsearch.xpack.core.ilm.AsyncActionStep
org.elasticsearch.xpack.core.ilm.AsyncRetryDuringSnapshotActionStep
org.elasticsearch.xpack.core.ilm.FreezeStep
Deprecated.
Freezes an index.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.ilm.Step
Step.StepKey -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFreezeStep(Step.StepKey key, Step.StepKey nextStepKey, Client client) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Indicates if the step can be automatically retried when it encounters an execution error.voidperformDuringNoSnapshot(IndexMetadata indexMetadata, ClusterState currentState, ActionListener<Void> listener) Deprecated.Methods inherited from class org.elasticsearch.xpack.core.ilm.AsyncRetryDuringSnapshotActionStep
performActionMethods inherited from class org.elasticsearch.xpack.core.ilm.AsyncActionStep
getClient, indexSurvivesMethods inherited from class org.elasticsearch.xpack.core.ilm.Step
equals, getCurrentStepKey, getKey, getNextStepKey, hashCode, toString
-
Field Details
-
NAME
Deprecated.- See Also:
-
-
Constructor Details
-
FreezeStep
Deprecated.
-
-
Method Details
-
performDuringNoSnapshot
public void performDuringNoSnapshot(IndexMetadata indexMetadata, ClusterState currentState, ActionListener<Void> listener) Deprecated. -
isRetryable
public boolean isRetryable()Deprecated.Description copied from class:StepIndicates if the step can be automatically retried when it encounters an execution error.- Specified by:
isRetryablein classStep
-