Uses of Class
org.apache.flink.runtime.dispatcher.PartialDispatcherServicesWithJobPersistenceComponents
-
Packages that use PartialDispatcherServicesWithJobPersistenceComponents Package Description org.apache.flink.runtime.dispatcher -
-
Uses of PartialDispatcherServicesWithJobPersistenceComponents in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return PartialDispatcherServicesWithJobPersistenceComponents Modifier and Type Method Description static PartialDispatcherServicesWithJobPersistenceComponents
PartialDispatcherServicesWithJobPersistenceComponents. from(PartialDispatcherServices partialDispatcherServices, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore)
Methods in org.apache.flink.runtime.dispatcher with parameters of type PartialDispatcherServicesWithJobPersistenceComponents Modifier and Type Method Description Dispatcher
DispatcherFactory. createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents)
Create aDispatcher
.StandaloneDispatcher
SessionDispatcherFactory. createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents)
static DispatcherServices
DispatcherServices. from(PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents, JobManagerRunnerFactory jobManagerRunnerFactory, CleanupRunnerFactory cleanupRunnerFactory)
-