Package io.openlineage.client
Class OpenLineage.LineageJobEntry
java.lang.Object
io.openlineage.client.OpenLineage.LineageJobEntry
- All Implemented Interfaces:
OpenLineage.LineageEntry
- Enclosing class:
- OpenLineage
public static final class OpenLineage.LineageJobEntry
extends Object
implements OpenLineage.LineageEntry
model class for LineageJobEntry
-
Method Details
-
getNamespace
- Returns:
- The namespace of the target job. Omit together with name to refer to the event's own job.
-
getName
- Returns:
- The name of the target job. Omit together with namespace to refer to the event's own job.
-
getType
- Returns:
- The target entity type. Must be JOB.
-
getRunId
- Returns:
- The target job run when the relationship is tied to a specific execution.
-
getInputs
- Returns:
- Source inputs feeding this target job.
-
equals
-
hashCode
public int hashCode()
-