| Package | Description |
|---|---|
| org.apache.flink.client.deployment |
| Modifier and Type | Method and Description |
|---|---|
StandaloneClusterId |
StandaloneClientFactory.getClusterId(org.apache.flink.configuration.Configuration configuration) |
static StandaloneClusterId |
StandaloneClusterId.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.deployApplicationCluster(ClusterSpecification clusterSpecification,
ApplicationConfiguration applicationConfiguration) |
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.deployJobCluster(ClusterSpecification clusterSpecification,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
boolean detached) |
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification) |
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.retrieve(StandaloneClusterId standaloneClusterId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneClusterDescriptor.killCluster(StandaloneClusterId clusterId) |
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.retrieve(StandaloneClusterId standaloneClusterId) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.