Uses of Class
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageDataSetFacets
-
Packages that use OpenLineageDataSetFacets Package Description org.odpi.openmetadata.integrationservices.lineage.properties -
-
Uses of OpenLineageDataSetFacets in org.odpi.openmetadata.integrationservices.lineage.properties
Methods in org.odpi.openmetadata.integrationservices.lineage.properties that return OpenLineageDataSetFacets Modifier and Type Method Description OpenLineageDataSetFacetsOpenLineageInputDataSet. getFacets()Return the map of data set facets (if any).OpenLineageDataSetFacetsOpenLineageOutputDataSet. getFacets()Return the map of data set facets (if any).Methods in org.odpi.openmetadata.integrationservices.lineage.properties with parameters of type OpenLineageDataSetFacets Modifier and Type Method Description voidOpenLineageInputDataSet. setFacets(OpenLineageDataSetFacets facets)Set up the map of data set facets (if any).voidOpenLineageOutputDataSet. setFacets(OpenLineageDataSetFacets facets)Set up the map of data set facets (if any).
-