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(org.apache.flink.configuration.Configuration configuration)
Retrieve theJobGraph
.
-