Class CleanupShrinkIndexStep


public class CleanupShrinkIndexStep extends AsyncRetryDuringSnapshotActionStep
Deletes the index identified by the shrink index name stored in the lifecycle state of the managed index (if any was generated)
  • Field Details

  • Constructor 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