| Package | Description |
|---|---|
| org.apache.flink.client | |
| org.apache.flink.client.program |
| Modifier and Type | Method and Description |
|---|---|
protected Client |
CliFrontend.getClient(CommandLineOptions options,
String programName,
int userParallelism)
Retrieves a
Client object from the given command line options and other parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected int |
CliFrontend.executeProgramBlocking(PackagedProgram program,
Client client,
int parallelism) |
protected int |
CliFrontend.executeProgramDetached(PackagedProgram program,
Client client,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
Client |
ContextEnvironment.getClient() |
| Constructor and Description |
|---|
ContextEnvironment.ContextEnvironmentFactory(Client client,
List<URL> jarFilesToAttach,
List<URL> classpathsToAttach,
ClassLoader userCodeClassLoader,
int defaultParallelism,
boolean wait) |
ContextEnvironment(Client remoteConnection,
List<URL> jarFiles,
List<URL> classpaths,
ClassLoader userCodeClassLoader,
boolean wait) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.