Uses of Class
org.apache.flink.runtime.dispatcher.Dispatcher
Packages that use Dispatcher
-
Uses of Dispatcher in org.apache.flink.runtime.dispatcher
Subclasses of Dispatcher in org.apache.flink.runtime.dispatcherModifier and TypeClassDescriptionclassMethods in org.apache.flink.runtime.dispatcher that return DispatcherModifier and TypeMethodDescriptionDispatcherFactory.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