Uses of Interface
org.apache.flink.runtime.entrypoint.component.JobGraphRetriever
-
Packages that use JobGraphRetriever Package Description org.apache.flink.runtime.entrypoint.component -
-
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.
-