Package org.apache.flink.client.deployment.application.executors
-
Interface Summary Interface Description EmbeddedJobClientCreator An interface to be implemented byJobClientsuppliers. -
Class Summary Class Description EmbeddedExecutor A base class forexecutorsthat invoke directly methods of theDispatcherand do not go through the REST API.EmbeddedExecutorFactory AnPipelineExecutorFactoryfor theEmbeddedExecutor.EmbeddedExecutorServiceLoader APipelineExecutorServiceLoaderthat always returns anEmbeddedExecutorFactory.WebSubmissionExecutorFactory WebSubmissionExecutorServiceLoader APipelineExecutorServiceLoaderthat always returns anWebSubmissionExecutorFactory.