Interface DispatcherRunnerFactory
-
- All Known Implementing Classes:
DefaultDispatcherRunnerFactory
public interface DispatcherRunnerFactoryFactory interface for theDispatcherRunner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DispatcherRunnercreateDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices)
-
-
-
Method Detail
-
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
-
-