Uses of Class
org.apache.pinot.common.lineage.LineageEntry
-
Packages that use LineageEntry Package Description org.apache.pinot.common.lineage -
-
Uses of LineageEntry in org.apache.pinot.common.lineage
Methods in org.apache.pinot.common.lineage that return LineageEntry Modifier and Type Method Description LineageEntrySegmentLineage. getLineageEntry(String lineageEntryId)Retrieve lineage entryMethods in org.apache.pinot.common.lineage with parameters of type LineageEntry Modifier and Type Method Description voidSegmentLineage. addLineageEntry(String lineageEntryId, LineageEntry lineageEntry)Add lineage entry to the segment lineage metadata with the given lineage entry idvoidSegmentLineage. updateLineageEntry(String lineageEntryId, LineageEntry lineageEntry)Update lineage entry to the segment lineage metadata with the given lineage entry idConstructor parameters in org.apache.pinot.common.lineage with type arguments of type LineageEntry Constructor Description SegmentLineage(String tableNameWithType, Map<String,LineageEntry> lineageEntries)
-