Interface JobGraphRetriever
-
- All Known Implementing Classes:
AbstractUserClassPathJobGraphRetriever,FileJobGraphRetriever
public interface JobGraphRetrieverInterface which allows to retrieve theJobGraph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobGraphretrieveJobGraph(org.apache.flink.configuration.Configuration configuration)Retrieve theJobGraph.
-