Interface DispatcherFactory
-
- All Known Implementing Classes:
SessionDispatcherFactory
public interface DispatcherFactory
Dispatcher
factory interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dispatcher
createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents)
Create aDispatcher
.
-
-
-
Method Detail
-
createDispatcher
Dispatcher createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents) throws Exception
Create aDispatcher
.- Throws:
Exception
-
-