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 class
SessionDispatcherFactory
DispatcherFactory
which 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 SessionDispatcherLeaderProcessFactoryFactory
SessionDispatcherLeaderProcessFactoryFactory. create(DispatcherFactory dispatcherFactory)
static DefaultDispatcherRunnerFactory
DefaultDispatcherRunnerFactory. createSessionRunner(DispatcherFactory dispatcherFactory)
-