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>
The
PipelineExecutor to be used when executing a job on an already running cluster.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor
execute, invalidateClusterDataset, listCompletedClusterDatasetIds
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
RemoteExecutor
public RemoteExecutor(org.apache.flink.configuration.Configuration configuration)
-