Class FreezeStep


@Deprecated public class FreezeStep extends AsyncRetryDuringSnapshotActionStep
Deprecated.
Freezes an index.
  • Field Details

  • Constructor Details

  • Method Details

    • performDuringNoSnapshot

      public void performDuringNoSnapshot(IndexMetadata indexMetadata, ClusterState currentState, ActionListener<Void> listener)
      Deprecated.
    • isRetryable

      public boolean isRetryable()
      Deprecated.
      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