| Package | Description |
|---|---|
| org.apache.flink.client.cli |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionConfigAccessor |
ExecutionConfigAccessor.fromConfiguration(org.apache.flink.configuration.Configuration configuration)
Creates an
ExecutionConfigAccessor based on the provided Configuration. |
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–2021 The Apache Software Foundation. All rights reserved.