Uses of Interface
org.apache.flink.streaming.api.lineage.LineageVertex
Packages that use LineageVertex
Package
Description
-
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 -
Uses of LineageVertex in org.apache.flink.streaming.api.lineage
Subinterfaces of LineageVertex in org.apache.flink.streaming.api.lineageModifier and TypeInterfaceDescriptioninterfaceLineage vertex for source which hasBoundednessto indicate whether the data for the source is bounded.Methods in org.apache.flink.streaming.api.lineage that return LineageVertexModifier and TypeMethodDescriptionLineageVertexProvider.getLineageVertex()DefaultLineageEdge.sink()LineageEdge.sink()Methods in org.apache.flink.streaming.api.lineage that return types with arguments of type LineageVertexMethods in org.apache.flink.streaming.api.lineage with parameters of type LineageVertexModifier and TypeMethodDescriptionDefaultLineageGraph.LineageGraphBuilder.addSinkVertex(LineageVertex sinkVertex) Method parameters in org.apache.flink.streaming.api.lineage with type arguments of type LineageVertexModifier and TypeMethodDescriptionDefaultLineageGraph.LineageGraphBuilder.addSinkVertexes(List<LineageVertex> sinkVertex) Constructors in org.apache.flink.streaming.api.lineage with parameters of type LineageVertexModifierConstructorDescriptionDefaultLineageEdge(SourceLineageVertex sourceLineageVertex, LineageVertex sinkVertex) -
Uses of LineageVertex in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return LineageVertexModifier and TypeMethodDescriptionTransformationWithLineage.getLineageVertex()Returns the lineage vertex of thisTransformation.Methods in org.apache.flink.streaming.api.transformations with parameters of type LineageVertexModifier and TypeMethodDescriptionvoidTransformationWithLineage.setLineageVertex(LineageVertex lineageVertex) Change the lineage vertex of thisTransformation.