Interface JobGraphRetriever
-
- All Known Implementing Classes:
AbstractUserClassPathJobGraphRetriever
,FileJobGraphRetriever
public interface JobGraphRetriever
Interface which allows to retrieve theJobGraph
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobGraph
retrieveJobGraph(Configuration configuration)
Retrieve theJobGraph
.
-
-
-
Method Detail
-
retrieveJobGraph
JobGraph retrieveJobGraph(Configuration configuration) throws FlinkException
Retrieve theJobGraph
.- Parameters:
configuration
- cluster configuration- Returns:
- the retrieved
JobGraph
. - Throws:
FlinkException
- if theJobGraph
could not be retrieved
-
-