Class EmbeddedExecutor

    • Constructor Detail

      • EmbeddedExecutor

        public EmbeddedExecutor​(Collection<JobID> submittedJobIds,
                                DispatcherGateway dispatcherGateway,
                                Configuration configuration,
                                EmbeddedJobClientCreator jobClientCreator)
        Creates a EmbeddedExecutor.
        Parameters:
        submittedJobIds - a list that is going to be filled with the job ids of the new jobs that will be submitted. This is essentially used to return the submitted job ids to the caller.
        dispatcherGateway - the dispatcher of the cluster which is going to be used to submit jobs.
        configuration - the flink application configuration
        jobClientCreator - the job client creator