Package | Description |
---|---|
org.apache.flink.client.deployment | |
org.apache.flink.connector.testframe.container |
Modifier and Type | Method and Description |
---|---|
StandaloneClusterId |
StandaloneClientFactory.getClusterId(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,
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) |
Modifier and Type | Method and Description |
---|---|
RestClusterClient<StandaloneClusterId> |
FlinkContainers.getRestClusterClient()
Gets REST client connected to JobManager.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.