public abstract class ProgramOptions extends CommandLineOptions
| Modifier | Constructor and Description |
|---|---|
protected |
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 |
getStdoutLogging() |
getCommandLine, getJobManagerAddress, isPrintHelpprotected ProgramOptions(org.apache.commons.cli.CommandLine line)
throws CliArgsException
CliArgsExceptionpublic String getJarFilePath()
public String getEntryPointClassName()
public String[] getProgramArgs()
public int getParallelism()
public boolean getStdoutLogging()
public boolean getDetachedMode()
public SavepointRestoreSettings getSavepointRestoreSettings()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.