public class ProgramOptions extends CommandLineOptions
Constructor and Description |
---|
ProgramOptions(org.apache.commons.cli.CommandLine line) |
Modifier and Type | Method and Description |
---|---|
List<URL> |
getClasspaths() |
boolean |
getDetachedMode() |
String |
getEntryPointClassName() |
String |
getJarFilePath() |
int |
getParallelism() |
String[] |
getProgramArgs() |
SavepointRestoreSettings |
getSavepointRestoreSettings() |
boolean |
isPython()
Indicates whether the job is a Python job.
|
boolean |
isShutdownOnAttachedExit() |
isPrintHelp
public ProgramOptions(org.apache.commons.cli.CommandLine line) throws CliArgsException
CliArgsException
public String getJarFilePath()
public String getEntryPointClassName()
public String[] getProgramArgs()
public int getParallelism()
public boolean getDetachedMode()
public boolean isShutdownOnAttachedExit()
public SavepointRestoreSettings getSavepointRestoreSettings()
public boolean isPython()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.