Uses of Interface
org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory
-
Packages that use AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory Package Description org.apache.flink.runtime.dispatcher.runner -
-
Uses of AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory Modifier and Type Method Description static SessionDispatcherLeaderProcessSessionDispatcherLeaderProcess. create(UUID leaderSessionId, AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherFactory, JobGraphStore jobGraphStore, JobResultStore jobResultStore, Executor ioExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)Constructors in org.apache.flink.runtime.dispatcher.runner with parameters of type AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory Constructor Description SessionDispatcherLeaderProcessFactory(AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherGatewayServiceFactory, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-