Class AbstractJobClusterExecutor<ClusterID,ClientFactory extends ClusterClientFactory<ClusterID>>
- java.lang.Object
-
- org.apache.flink.client.deployment.executors.AbstractJobClusterExecutor<ClusterID,ClientFactory>
-
- Type Parameters:
ClusterID- the type of the id of the cluster.ClientFactory- the type of theClusterClientFactoryused to create/retrieve a client to the target cluster.
- All Implemented Interfaces:
org.apache.flink.core.execution.PipelineExecutor
@Internal @Deprecated public class AbstractJobClusterExecutor<ClusterID,ClientFactory extends ClusterClientFactory<ClusterID>> extends Object implements org.apache.flink.core.execution.PipelineExecutor
Deprecated.An abstractPipelineExecutorused to executepipelineson dedicated (per-job) clusters.
-
-
Constructor Summary
Constructors Constructor Description AbstractJobClusterExecutor(ClientFactory clusterClientFactory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CompletableFuture<org.apache.flink.core.execution.JobClient>execute(org.apache.flink.api.dag.Pipeline pipeline, org.apache.flink.configuration.Configuration configuration, ClassLoader userCodeClassloader)Deprecated.
-
-
-
Constructor Detail
-
AbstractJobClusterExecutor
public AbstractJobClusterExecutor(@Nonnull ClientFactory clusterClientFactory)
Deprecated.
-
-
Method Detail
-
execute
public CompletableFuture<org.apache.flink.core.execution.JobClient> execute(@Nonnull org.apache.flink.api.dag.Pipeline pipeline, @Nonnull org.apache.flink.configuration.Configuration configuration, @Nonnull ClassLoader userCodeClassloader) throws Exception
Deprecated.- Specified by:
executein interfaceorg.apache.flink.core.execution.PipelineExecutor- Throws:
Exception
-
-