Interface DispatcherRunnerFactory
- All Known Implementing Classes:
DefaultDispatcherRunnerFactory
public interface DispatcherRunnerFactory
Factory interface for the
DispatcherRunner.-
Method Summary
Modifier and TypeMethodDescriptioncreateDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices)
-
Method Details
-
createDispatcherRunner
DispatcherRunner createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices) throws Exception - Throws:
Exception
-