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() |
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings |
getSavepointRestoreSettings() |
boolean |
getStdoutLogging() |
boolean |
isShutdownOnAttachedExit() |
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 boolean isShutdownOnAttachedExit()
public org.apache.flink.runtime.jobgraph.SavepointRestoreSettings getSavepointRestoreSettings()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.