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 PartialDispatcherServicesWithJobPersistenceComponentsPartialDispatcherServicesWithJobPersistenceComponents. from(PartialDispatcherServices partialDispatcherServices, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore)Methods in org.apache.flink.runtime.dispatcher with parameters of type PartialDispatcherServicesWithJobPersistenceComponents 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.StandaloneDispatcherSessionDispatcherFactory. createDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobResults, DispatcherBootstrapFactory dispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents)static DispatcherServicesDispatcherServices. from(PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents, JobManagerRunnerFactory jobManagerRunnerFactory, CleanupRunnerFactory cleanupRunnerFactory)
-