Package org.apache.flink.yarn.executors
Class YarnJobClusterExecutorFactory
- java.lang.Object
-
- org.apache.flink.yarn.executors.YarnJobClusterExecutorFactory
-
- All Implemented Interfaces:
org.apache.flink.core.execution.PipelineExecutorFactory
@Internal @Deprecated public class YarnJobClusterExecutorFactory extends Object implements org.apache.flink.core.execution.PipelineExecutorFactory
Deprecated.AnPipelineExecutorFactoryfor executing jobs on dedicated (per-job) clusters.
-
-
Constructor Summary
Constructors Constructor Description YarnJobClusterExecutorFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.flink.core.execution.PipelineExecutorgetExecutor(org.apache.flink.configuration.Configuration configuration)Deprecated.StringgetName()Deprecated.booleanisCompatibleWith(org.apache.flink.configuration.Configuration configuration)Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
isCompatibleWith
public boolean isCompatibleWith(@Nonnull org.apache.flink.configuration.Configuration configuration)
Deprecated.- Specified by:
isCompatibleWithin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
getExecutor
public org.apache.flink.core.execution.PipelineExecutor getExecutor(@Nonnull org.apache.flink.configuration.Configuration configuration)
Deprecated.- Specified by:
getExecutorin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
-