Package io.openlineage.server
Class OpenLineage.StaticDataset
java.lang.Object
io.openlineage.server.OpenLineage.StaticDataset
- All Implemented Interfaces:
OpenLineage.Dataset
- Enclosing class:
- OpenLineage
model class for StaticDataset
-
Constructor Summary
ConstructorDescriptionStaticDataset
(String namespace, String name, OpenLineage.DatasetFacets facets) -
Method Summary
-
Constructor Details
-
StaticDataset
- Parameters:
namespace
- The namespace containing that datasetname
- The unique name for that dataset within that namespacefacets
- The facets for this dataset
-
-
Method Details
-
getNamespace
- Specified by:
getNamespace
in interfaceOpenLineage.Dataset
- Returns:
- The namespace containing that dataset
-
getName
- Specified by:
getName
in interfaceOpenLineage.Dataset
- Returns:
- The unique name for that dataset within that namespace
-
getFacets
- Specified by:
getFacets
in interfaceOpenLineage.Dataset
- Returns:
- The facets for this dataset
-
getAdditionalProperties
- Specified by:
getAdditionalProperties
in interfaceOpenLineage.Dataset
- Returns:
- additional properties
-