Interface DispatcherFactory
-
- All Known Implementing Classes:
SessionDispatcherFactory
public interface DispatcherFactoryDispatcherfactory interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DispatchercreateDispatcher(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
-
-