Uses of Class
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageOutputDataSet
-
Packages that use OpenLineageOutputDataSet Package Description org.odpi.openmetadata.integrationservices.lineage.properties -
-
Uses of OpenLineageOutputDataSet in org.odpi.openmetadata.integrationservices.lineage.properties
Methods in org.odpi.openmetadata.integrationservices.lineage.properties that return types with arguments of type OpenLineageOutputDataSet Modifier and Type Method Description List<OpenLineageOutputDataSet>OpenLineageRunEvent. getOutputs()Return the set of output data sets.Method parameters in org.odpi.openmetadata.integrationservices.lineage.properties with type arguments of type OpenLineageOutputDataSet Modifier and Type Method Description voidOpenLineageRunEvent. setOutputs(List<OpenLineageOutputDataSet> outputs)Set up the list of output data sets.
-