Package io.openlineage.client.job
Interface Naming.JobName
- All Known Implementing Classes:
Naming.Spark
- Enclosing class:
- Naming
public static interface Naming.JobName
Interface representing a job name that can be resolved to a string.
-
Method Summary
-
Method Details
-
getName
String getName()Returns the formatted job name.- Returns:
- a string representing the job name.
-