| Package | Description |
|---|---|
| org.apache.flink.client.cli | |
| org.apache.flink.client.deployment |
| Modifier and Type | Method and Description |
|---|---|
ClusterSpecification |
CustomCommandLine.getClusterSpecification(org.apache.commons.cli.CommandLine commandLine)
Returns the
ClusterSpecification specified by the configuration and the command
line options. |
ClusterSpecification |
DefaultCLI.getClusterSpecification(org.apache.commons.cli.CommandLine commandLine) |
| Modifier and Type | Method and Description |
|---|---|
ClusterSpecification |
ClusterSpecification.ClusterSpecificationBuilder.createClusterSpecification() |
static ClusterSpecification |
ClusterSpecification.fromConfiguration(org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
StandaloneClusterClient |
LegacyStandaloneClusterDescriptor.deployJobCluster(ClusterSpecification clusterSpecification,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
boolean detached) |
RestClusterClient<StandaloneClusterId> |
StandaloneClusterDescriptor.deployJobCluster(ClusterSpecification clusterSpecification,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
boolean detached) |
ClusterClient<T> |
ClusterDescriptor.deployJobCluster(ClusterSpecification clusterSpecification,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
boolean detached)
Deploys a per-job cluster with the given job on the cluster.
|
StandaloneClusterClient |
LegacyStandaloneClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification) |
RestClusterClient<StandaloneClusterId> |
StandaloneClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification) |
ClusterClient<T> |
ClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification)
Triggers deployment of a cluster.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.