Package org.apache.flink.client.cli
Class SavepointOptions
- java.lang.Object
-
- org.apache.flink.client.cli.CommandLineOptions
-
- org.apache.flink.client.cli.SavepointOptions
-
public class SavepointOptions extends CommandLineOptions
Command line options for the SAVEPOINT command.
-
-
Constructor Summary
Constructors Constructor Description SavepointOptions(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()StringgetJarFilePath()StringgetSavepointPath()booleanisDispose()-
Methods inherited from class org.apache.flink.client.cli.CommandLineOptions
isPrintHelp
-
-