Uses of Class
org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
Packages that use PartialDispatcherServices Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.dispatcher.runner -
-
Uses of PartialDispatcherServices in org.apache.flink.runtime.dispatcher
Subclasses of PartialDispatcherServices in org.apache.flink.runtime.dispatcher Modifier and Type Class Description class
PartialDispatcherServicesWithJobPersistenceComponents
DispatcherFactory
services container.Methods in org.apache.flink.runtime.dispatcher with parameters of type PartialDispatcherServices Modifier and Type Method Description static PartialDispatcherServicesWithJobPersistenceComponents
PartialDispatcherServicesWithJobPersistenceComponents. from(PartialDispatcherServices partialDispatcherServices, ExecutionPlanWriter executionPlanWriter, JobResultStore jobResultStore)
-
Uses of PartialDispatcherServices in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type PartialDispatcherServices Modifier and Type Method Description DispatcherRunner
DefaultDispatcherRunnerFactory. createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices)
DispatcherRunner
DispatcherRunnerFactory. createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices)
DispatcherLeaderProcessFactory
DispatcherLeaderProcessFactoryFactory. createFactory(JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
DispatcherLeaderProcessFactory
SessionDispatcherLeaderProcessFactoryFactory. createFactory(JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-