Class StopJobOperation

java.lang.Object
org.apache.flink.table.operations.command.StopJobOperation
All Implemented Interfaces:
Operation

@Internal public class StopJobOperation extends Object implements Operation
Operation to stop a running job.
  • Constructor Details

    • StopJobOperation

      public StopJobOperation(String jobId, boolean isWithSavepoint, boolean isWithDrain)
  • Method Details

    • getJobId

      public String getJobId()
    • isWithSavepoint

      public boolean isWithSavepoint()
    • isWithDrain

      public boolean isWithDrain()
    • asSummaryString

      public String asSummaryString()
      Description copied from interface: Operation
      Returns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.
      Specified by:
      asSummaryString in interface Operation
      Returns:
      summary string of this operation for debugging purposes