Package io.openlineage.server
Class OpenLineage.Job
java.lang.Object
io.openlineage.server.OpenLineage.Job
- Enclosing class:
- OpenLineage
model class for Job
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Job
- Parameters:
namespace
- The namespace containing that jobname
- The unique name for that job within that namespacefacets
- The job facets.
-
-
Method Details
-
getNamespace
- Returns:
- The namespace containing that job
-
getName
- Returns:
- The unique name for that job within that namespace
-
getFacets
- Returns:
- The job facets.
-
getAdditionalProperties
- Returns:
- additional properties
-