Uses of Class
org.apache.flink.runtime.dispatcher.DispatcherId
Packages that use DispatcherId
-
Uses of DispatcherId in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return DispatcherIdModifier and TypeMethodDescriptionstatic DispatcherIdCreates a new DispatcherId that corresponds to the UUID.static DispatcherIdDispatcherId.generate()Generates a new random DispatcherId.Methods in org.apache.flink.runtime.dispatcher with parameters of type DispatcherIdModifier and TypeMethodDescriptionDispatcherFactory.createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents) Create aDispatcher.SessionDispatcherFactory.createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents) Constructors in org.apache.flink.runtime.dispatcher with parameters of type DispatcherIdModifierConstructorDescriptionDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobs, DispatcherBootstrapFactory dispatcherBootstrapFactory, DispatcherServices dispatcherServices) protectedDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobs, DispatcherBootstrapFactory dispatcherBootstrapFactory, DispatcherServices dispatcherServices, JobManagerRunnerRegistry jobManagerRunnerRegistry, ResourceCleanerFactory resourceCleanerFactory) StandaloneDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, DispatcherServices dispatcherServices) -
Uses of DispatcherId in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type DispatcherIdModifier and TypeMethodDescriptionAbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory.create(DispatcherId dispatcherId, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore)