Interface EmergencyStopTask

All Known Implementing Classes:
ClusterJobEmergencyStopTask, HadoopJobEmergencyStopTask

public interface EmergencyStopTask
This interface define a task that will executed if the execution of the workflow fail.
Since:
2.0
Author:
Laurent Jourdren
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the stop task.
  • Method Details

    • stop

      void stop()
      Execute the stop task.