Uses of Interface
org.apache.flink.streaming.api.lineage.LineageDatasetFacet
-
Packages that use LineageDatasetFacet Package Description org.apache.flink.streaming.api.lineage -
-
Uses of LineageDatasetFacet in org.apache.flink.streaming.api.lineage
Methods in org.apache.flink.streaming.api.lineage that return types with arguments of type LineageDatasetFacet Modifier and Type Method Description Map<String,LineageDatasetFacet>DefaultLineageDataset. facets()Map<String,LineageDatasetFacet>LineageDataset. facets()Constructor parameters in org.apache.flink.streaming.api.lineage with type arguments of type LineageDatasetFacet Constructor Description DefaultLineageDataset(String name, String namespace, Map<String,LineageDatasetFacet> facets)
-