Package org.apache.flink.client.cli
Class CheckpointOptions
- java.lang.Object
-
- org.apache.flink.client.cli.CommandLineOptions
-
- org.apache.flink.client.cli.CheckpointOptions
-
public class CheckpointOptions extends CommandLineOptions
Command line options for the CHECKPOINT command.
-
-
Constructor Summary
Constructors Constructor Description CheckpointOptions(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.CheckpointTypegetCheckpointType()-
Methods inherited from class org.apache.flink.client.cli.CommandLineOptions
isPrintHelp
-
-
-
-
Constructor Detail
-
CheckpointOptions
public CheckpointOptions(org.apache.commons.cli.CommandLine line) throws CliArgsException- Throws:
CliArgsException
-
-
Method Detail
-
getArgs
public String[] getArgs()
-
getCheckpointType
public org.apache.flink.core.execution.CheckpointType getCheckpointType()
-
-