Class 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.
    An PipelineExecutorFactory for executing jobs on dedicated (per-job) clusters.
    • Constructor Detail

      • YarnJobClusterExecutorFactory

        public YarnJobClusterExecutorFactory()
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Specified by:
        getName in interface org.apache.flink.core.execution.PipelineExecutorFactory
      • isCompatibleWith

        public boolean isCompatibleWith​(@Nonnull
                                        org.apache.flink.configuration.Configuration configuration)
        Deprecated.
        Specified by:
        isCompatibleWith in interface org.apache.flink.core.execution.PipelineExecutorFactory
      • getExecutor

        public org.apache.flink.core.execution.PipelineExecutor getExecutor​(@Nonnull
                                                                            org.apache.flink.configuration.Configuration configuration)
        Deprecated.
        Specified by:
        getExecutor in interface org.apache.flink.core.execution.PipelineExecutorFactory