Class TerminalPolicyStep

java.lang.Object
org.elasticsearch.xpack.core.ilm.Step
org.elasticsearch.xpack.core.ilm.TerminalPolicyStep

public class TerminalPolicyStep extends Step
Signals that the policy for an index has been fully executed.
  • Field Details

  • Method Details

    • isRetryable

      public boolean isRetryable()
      Description copied from class: Step
      Indicates if the step can be automatically retried when it encounters an execution error.
      Specified by:
      isRetryable in class Step