Class StopJobOperation
java.lang.Object
org.apache.flink.table.operations.command.StopJobOperation
- All Implemented Interfaces:
Operation
Operation to stop a running job.
-
Constructor Summary
ConstructorsConstructorDescriptionStopJobOperation(String jobId, boolean isWithSavepoint, boolean isWithDrain) -
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this operation for printing to a console.getJobId()booleanboolean
-
Constructor Details
-
StopJobOperation
-
-
Method Details
-
getJobId
-
isWithSavepoint
public boolean isWithSavepoint() -
isWithDrain
public boolean isWithDrain() -
asSummaryString
Description copied from interface:OperationReturns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.- Specified by:
asSummaryStringin interfaceOperation- Returns:
- summary string of this operation for debugging purposes
-