Package | Description |
---|---|
org.apache.flink.client.cli |
Modifier and Type | Class and Description |
---|---|
class |
PythonProgramOptions
The class for command line options that refer to a Python program or JAR program with Python
command line options.
|
Modifier and Type | Method and Description |
---|---|
static ProgramOptions |
ProgramOptions.create(org.apache.commons.cli.CommandLine line) |
static ProgramOptions |
ProgramOptionsUtils.createPythonProgramOptions(org.apache.commons.cli.CommandLine line) |
Modifier and Type | Method and Description |
---|---|
static <T> ExecutionConfigAccessor |
ExecutionConfigAccessor.fromProgramOptions(ProgramOptions options,
List<T> jobJars)
Creates an
ExecutionConfigAccessor based on the provided ProgramOptions as
provided by the user through the CLI. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.