| Package | Description |
|---|---|
| org.apache.flink.client | |
| org.apache.flink.client.cli | |
| org.apache.flink.client.deployment | |
| org.apache.flink.client.program |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterClient |
CliFrontend.createClient(CommandLineOptions options,
PackagedProgram program)
Creates a
ClusterClient object from the given command line options and other parameters. |
protected ClusterClient |
CliFrontend.retrieveClient(CommandLineOptions options)
Updates the associated configuration with the given command line options
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
CliFrontend.executeProgram(PackagedProgram program,
ClusterClient client,
int parallelism) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomCommandLine<ClusterType extends ClusterClient>
Custom command-line interface to load hooks for the command-line interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterDescriptor<ClientType extends ClusterClient>
A descriptor to deploy a cluster (e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneClusterClient
Cluster client for communication with an standalone (on-premise) cluster or an existing cluster that has been
brought up independently of a specific job.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClusterClient |
ContextEnvironment.client |
| Modifier and Type | Method and Description |
|---|---|
ClusterClient |
ContextEnvironment.getClient() |
| Constructor and Description |
|---|
ContextEnvironment(ClusterClient remoteConnection,
List<URL> jarFiles,
List<URL> classpaths,
ClassLoader userCodeClassLoader,
SavepointRestoreSettings savepointSettings) |
ContextEnvironmentFactory(ClusterClient client,
List<URL> jarFilesToAttach,
List<URL> classpathsToAttach,
ClassLoader userCodeClassLoader,
int defaultParallelism,
boolean isDetached,
SavepointRestoreSettings savepointSettings) |
DetachedEnvironment(ClusterClient remoteConnection,
List<URL> jarFiles,
List<URL> classpaths,
ClassLoader userCodeClassLoader,
SavepointRestoreSettings savepointSettings) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.