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 JobDispatcherLeaderProcessFactoryFactory
JobDispatcherLeaderProcessFactoryFactory. create(JobGraphRetriever jobGraphRetriever)
static DefaultDispatcherRunnerFactory
DefaultDispatcherRunnerFactory. 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 class
AbstractUserClassPathJobGraphRetriever
Abstract class for the JobGraphRetriever which supports getting user classpaths.class
FileJobGraphRetriever
JobGraphRetriever
implementation which retrieves theJobGraph
from a file on disk.Methods in org.apache.flink.runtime.entrypoint.component with parameters of type JobGraphRetriever Modifier and Type Method Description static DefaultDispatcherResourceManagerComponentFactory
DefaultDispatcherResourceManagerComponentFactory. createJobComponentFactory(ResourceManagerFactory<?> resourceManagerFactory, JobGraphRetriever jobGraphRetriever)
-