Uses of Interface
org.apache.flink.runtime.entrypoint.component.JobGraphRetriever
-
Packages that use JobGraphRetriever Package Description org.apache.flink.runtime.dispatcher.runner org.apache.flink.runtime.entrypoint.component -
-
Uses of JobGraphRetriever in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type JobGraphRetriever Modifier and Type Method Description static JobDispatcherLeaderProcessFactoryFactoryJobDispatcherLeaderProcessFactoryFactory. create(JobGraphRetriever jobGraphRetriever)static DefaultDispatcherRunnerFactoryDefaultDispatcherRunnerFactory. createJobRunner(JobGraphRetriever jobGraphRetriever) -
Uses of JobGraphRetriever in org.apache.flink.runtime.entrypoint.component
Classes in org.apache.flink.runtime.entrypoint.component that implement JobGraphRetriever Modifier and Type Class Description classAbstractUserClassPathJobGraphRetrieverAbstract class for the JobGraphRetriever which supports getting user classpaths.classFileJobGraphRetrieverJobGraphRetrieverimplementation which retrieves theJobGraphfrom a file on disk.Methods in org.apache.flink.runtime.entrypoint.component with parameters of type JobGraphRetriever Modifier and Type Method Description static DefaultDispatcherResourceManagerComponentFactoryDefaultDispatcherResourceManagerComponentFactory. createJobComponentFactory(ResourceManagerFactory<?> resourceManagerFactory, JobGraphRetriever jobGraphRetriever)
-