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()booleanisDetached()booleanisDispose()-
Methods inherited from class org.apache.flink.client.cli.CommandLineOptions
isPrintHelp
-
-
-
-
Method Detail
-
getArgs
public String[] getArgs()
-
isDispose
public boolean isDispose()
-
getSavepointPath
public String getSavepointPath()
-
getJarFilePath
public String getJarFilePath()
-
getFormatType
public org.apache.flink.core.execution.SavepointFormatType getFormatType()
-
isDetached
public boolean isDetached()
-
-