Uses of Interface
org.apache.flink.streaming.api.lineage.LineageVertex
-
Packages that use LineageVertex Package Description org.apache.flink.streaming.api.functions.source.legacy org.apache.flink.streaming.api.lineage org.apache.flink.streaming.api.transformations -
-
Uses of LineageVertex in org.apache.flink.streaming.api.functions.source.legacy
Methods in org.apache.flink.streaming.api.functions.source.legacy that return LineageVertex Modifier and Type Method Description LineageVertexFromElementsFunction. getLineageVertex()Deprecated. -
Uses of LineageVertex in org.apache.flink.streaming.api.lineage
Subinterfaces of LineageVertex in org.apache.flink.streaming.api.lineage Modifier and Type Interface Description interfaceSourceLineageVertexLineage vertex for source which hasBoundednessto indicate whether the data for the source is bounded.Methods in org.apache.flink.streaming.api.lineage that return LineageVertex Modifier and Type Method Description LineageVertexLineageVertexProvider. getLineageVertex()LineageVertexDefaultLineageEdge. sink()LineageVertexLineageEdge. sink()Methods in org.apache.flink.streaming.api.lineage that return types with arguments of type LineageVertex Modifier and Type Method Description List<LineageVertex>DefaultLineageGraph. sinks()List<LineageVertex>LineageGraph. sinks()Methods in org.apache.flink.streaming.api.lineage with parameters of type LineageVertex Modifier and Type Method Description DefaultLineageGraph.LineageGraphBuilderDefaultLineageGraph.LineageGraphBuilder. addSinkVertex(LineageVertex sinkVertex)Method parameters in org.apache.flink.streaming.api.lineage with type arguments of type LineageVertex Modifier and Type Method Description DefaultLineageGraph.LineageGraphBuilderDefaultLineageGraph.LineageGraphBuilder. addSinkVertexes(List<LineageVertex> sinkVertex)Constructors in org.apache.flink.streaming.api.lineage with parameters of type LineageVertex Constructor Description DefaultLineageEdge(SourceLineageVertex sourceLineageVertex, LineageVertex sinkVertex) -
Uses of LineageVertex in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return LineageVertex Modifier and Type Method Description LineageVertexTransformationWithLineage. getLineageVertex()Returns the lineage vertex of thisTransformation.Methods in org.apache.flink.streaming.api.transformations with parameters of type LineageVertex Modifier and Type Method Description voidTransformationWithLineage. setLineageVertex(LineageVertex lineageVertex)Change the lineage vertex of thisTransformation.
-