Package org.apache.flink.client.cli
Class CancelOptions
- java.lang.Object
-
- org.apache.flink.client.cli.CommandLineOptions
-
- org.apache.flink.client.cli.CancelOptions
-
public class CancelOptions extends CommandLineOptions
Command line options for the CANCEL command.
-
-
Constructor Summary
Constructors Constructor Description CancelOptions(org.apache.commons.cli.CommandLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getArgs()org.apache.flink.core.execution.SavepointFormatTypegetFormatType()StringgetSavepointTargetDirectory()booleanisWithSavepoint()-
Methods inherited from class org.apache.flink.client.cli.CommandLineOptions
isPrintHelp
-
-