public class DefaultDispatcherRunnerFactory extends Object implements DispatcherRunnerFactory
DispatcherRunnerFactory implementation which creates DefaultDispatcherRunner
instances.| 构造器和说明 |
|---|
DefaultDispatcherRunnerFactory(DispatcherLeaderProcessFactoryFactory dispatcherLeaderProcessFactoryFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
DispatcherRunner |
createDispatcherRunner(LeaderElectionService leaderElectionService,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
JobPersistenceComponentFactory jobPersistenceComponentFactory,
Executor ioExecutor,
org.apache.flink.runtime.rpc.RpcService rpcService,
PartialDispatcherServices partialDispatcherServices) |
static DefaultDispatcherRunnerFactory |
createJobRunner(JobGraphRetriever jobGraphRetriever) |
static DefaultDispatcherRunnerFactory |
createSessionRunner(DispatcherFactory dispatcherFactory) |
public DefaultDispatcherRunnerFactory(DispatcherLeaderProcessFactoryFactory dispatcherLeaderProcessFactoryFactory)
public DispatcherRunner createDispatcherRunner(LeaderElectionService leaderElectionService, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices) throws Exception
createDispatcherRunner 在接口中 DispatcherRunnerFactoryExceptionpublic static DefaultDispatcherRunnerFactory createSessionRunner(DispatcherFactory dispatcherFactory)
public static DefaultDispatcherRunnerFactory createJobRunner(JobGraphRetriever jobGraphRetriever)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.