Class RemoteExecutor
- java.lang.Object
-
- org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor<StandaloneClusterId,StandaloneClientFactory>
-
- org.apache.flink.client.deployment.executors.RemoteExecutor
-
- All Implemented Interfaces:
org.apache.flink.core.execution.CacheSupportedPipelineExecutor,org.apache.flink.core.execution.PipelineExecutor
@Internal public class RemoteExecutor extends AbstractSessionClusterExecutor<StandaloneClusterId,StandaloneClientFactory>
ThePipelineExecutorto be used when executing a job on an already running cluster.
-
-
Constructor Summary
Constructors Constructor Description RemoteExecutor(org.apache.flink.configuration.Configuration configuration)
-
Method Summary
-
Methods inherited from class org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor
execute, invalidateClusterDataset, listCompletedClusterDatasetIds
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-