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 Details

    • SavepointOptions

      public SavepointOptions(org.apache.commons.cli.CommandLine line)
  • Method Details

    • 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()