Uses of Class
org.apache.flink.runtime.dispatcher.Dispatcher
-
Packages that use Dispatcher Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.dispatcher.runner -
-
Uses of Dispatcher in org.apache.flink.runtime.dispatcher
Subclasses of Dispatcher in org.apache.flink.runtime.dispatcher Modifier and Type Class Description classStandaloneDispatcherMethods in org.apache.flink.runtime.dispatcher that return Dispatcher Modifier and Type Method Description DispatcherDispatcherFactory. createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents)Create aDispatcher. -
Uses of Dispatcher in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type Dispatcher Modifier and Type Method Description static DefaultDispatcherGatewayServiceDefaultDispatcherGatewayService. from(Dispatcher dispatcher)
-