Class AbstractUserClassPathJobGraphRetriever
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.component.AbstractUserClassPathJobGraphRetriever
-
- All Implemented Interfaces:
JobGraphRetriever
- Direct Known Subclasses:
FileJobGraphRetriever
public abstract class AbstractUserClassPathJobGraphRetriever extends Object implements JobGraphRetriever
Abstract class for the JobGraphRetriever which supports getting user classpaths.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractUserClassPathJobGraphRetriever(File jobDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<URL>
getUserClassPaths()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.entrypoint.component.JobGraphRetriever
retrieveJobGraph
-
-
-
-
Constructor Detail
-
AbstractUserClassPathJobGraphRetriever
protected AbstractUserClassPathJobGraphRetriever(@Nullable File jobDir) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getUserClassPaths
protected Collection<URL> getUserClassPaths()
-
-