Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.ilm
Class CleanupTargetIndexStep
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.CleanupTargetIndexStep
Deletes the target index created by an operation such as shrink or rollup and
identified the target index name stored in the lifecycle state of the managed
index (if any was generated)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.ilm.Step
Step.StepKey -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCleanupTargetIndexStep(Step.StepKey key, Step.StepKey nextStepKey, Client client, Function<IndexMetadata, String> sourceIndexNameSupplier, Function<IndexMetadata, String> targetIndexNameSupplier) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanIndicates if the step can be automatically retried when it encounters an execution error.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
getCurrentStepKey, getKey, getNextStepKey, toString
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CleanupTargetIndexStep
public CleanupTargetIndexStep(Step.StepKey key, Step.StepKey nextStepKey, Client client, Function<IndexMetadata, String> sourceIndexNameSupplier, Function<IndexMetadata, String> targetIndexNameSupplier)
-
-
Method Details
-
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
-
equals
-
hashCode
public int hashCode()
-