Interface JobGraphRetriever

All Known Implementing Classes:
AbstractUserClassPathJobGraphRetriever, FileJobGraphRetriever

public interface JobGraphRetriever
Interface which allows to retrieve the JobGraph.
  • Method Summary

    Modifier and Type
    Method
    Description
    retrieveJobGraph(org.apache.flink.configuration.Configuration configuration)
    Retrieve the JobGraph.
  • Method Details

    • retrieveJobGraph

      JobGraph retrieveJobGraph(org.apache.flink.configuration.Configuration configuration) throws org.apache.flink.util.FlinkException
      Retrieve the JobGraph.
      Parameters:
      configuration - cluster configuration
      Returns:
      the retrieved JobGraph.
      Throws:
      org.apache.flink.util.FlinkException - if the JobGraph could not be retrieved