Uses of Interface
org.apache.flink.runtime.dispatcher.DispatcherFactory
-
Packages that use DispatcherFactory Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.dispatcher.runner -
-
Uses of DispatcherFactory in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement DispatcherFactory Modifier and Type Class Description classSessionDispatcherFactoryDispatcherFactorywhich creates aStandaloneDispatcher. -
Uses of DispatcherFactory in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type DispatcherFactory Modifier and Type Method Description static SessionDispatcherLeaderProcessFactoryFactorySessionDispatcherLeaderProcessFactoryFactory. create(DispatcherFactory dispatcherFactory)static DefaultDispatcherRunnerFactoryDefaultDispatcherRunnerFactory. createSessionRunner(DispatcherFactory dispatcherFactory)
-