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 Details

    • AbstractUserClassPathJobGraphRetriever

      protected AbstractUserClassPathJobGraphRetriever(@Nullable File jobDir) throws IOException
      Throws:
      IOException
  • Method Details

    • getUserClassPaths

      protected Collection<URL> getUserClassPaths()