Class RemoteExecutor
- java.lang.Object
-
- org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor<StandaloneClusterId,StandaloneClientFactory>
-
- org.apache.flink.client.deployment.executors.RemoteExecutor
-
- All Implemented Interfaces:
CacheSupportedPipelineExecutor
,PipelineExecutor
@Internal public class RemoteExecutor extends AbstractSessionClusterExecutor<StandaloneClusterId,StandaloneClientFactory>
ThePipelineExecutor
to be used when executing a job on an already running cluster.
-
-
Constructor Summary
Constructors Constructor Description RemoteExecutor(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
-
-
Constructor Detail
-
RemoteExecutor
public RemoteExecutor(Configuration configuration)
-
-