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 classPartialDispatcherServicesWithJobPersistenceComponentsDispatcherFactoryservices container.Methods in org.apache.flink.runtime.dispatcher with parameters of type PartialDispatcherServices Modifier and Type Method Description static PartialDispatcherServicesWithJobPersistenceComponentsPartialDispatcherServicesWithJobPersistenceComponents. 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 DispatcherRunnerDefaultDispatcherRunnerFactory. createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices)DispatcherRunnerDispatcherRunnerFactory. createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices)DispatcherLeaderProcessFactoryDispatcherLeaderProcessFactoryFactory. createFactory(JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)DispatcherLeaderProcessFactorySessionDispatcherLeaderProcessFactoryFactory. createFactory(JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-