Interface DispatcherRunnerFactory
-
- All Known Implementing Classes:
DefaultDispatcherRunnerFactory
public interface DispatcherRunnerFactory
Factory interface for theDispatcherRunner
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DispatcherRunner
createDispatcherRunner(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
-
-