Class RemoteExecutorFactory
- java.lang.Object
-
- org.apache.flink.client.deployment.executors.RemoteExecutorFactory
-
- All Implemented Interfaces:
org.apache.flink.core.execution.PipelineExecutorFactory
@Internal public class RemoteExecutorFactory extends Object implements org.apache.flink.core.execution.PipelineExecutorFactory
AnPipelineExecutorFactoryforremote executors.
-
-
Constructor Summary
Constructors Constructor Description RemoteExecutorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.core.execution.PipelineExecutorgetExecutor(org.apache.flink.configuration.Configuration configuration)StringgetName()booleanisCompatibleWith(org.apache.flink.configuration.Configuration configuration)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
isCompatibleWith
public boolean isCompatibleWith(org.apache.flink.configuration.Configuration configuration)
- Specified by:
isCompatibleWithin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
getExecutor
public org.apache.flink.core.execution.PipelineExecutor getExecutor(org.apache.flink.configuration.Configuration configuration)
- Specified by:
getExecutorin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
-