Uses of Interface
org.apache.flink.streaming.api.lineage.LineageGraph
-
Packages that use LineageGraph Package Description org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.lineage -
-
Uses of LineageGraph in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return LineageGraph Modifier and Type Method Description LineageGraph
StreamGraph. getLineageGraph()
Methods in org.apache.flink.streaming.api.graph with parameters of type LineageGraph Modifier and Type Method Description void
StreamGraph. setLineageGraph(LineageGraph lineageGraph)
-
Uses of LineageGraph in org.apache.flink.streaming.api.lineage
Classes in org.apache.flink.streaming.api.lineage that implement LineageGraph Modifier and Type Class Description class
DefaultLineageGraph
Default implementation forLineageGraph
.Methods in org.apache.flink.streaming.api.lineage that return LineageGraph Modifier and Type Method Description LineageGraph
DefaultLineageGraph.LineageGraphBuilder. build()
static LineageGraph
LineageGraphUtils. convertToLineageGraph(List<org.apache.flink.api.dag.Transformation<?>> transformations)
Convert transforms to LineageGraph.
-