Package io.openlineage.client.dataset
Class Naming.WASBS
java.lang.Object
io.openlineage.client.dataset.Naming.WASBS
- All Implemented Interfaces:
Naming.DatasetNaming
- Enclosing class:
- Naming
Naming implementation for WASBS.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Naming.WASBS.WASBSBuilder
builder()
getName()
Returns the dataset name specific to the platform format.Returns the dataset namespace (e.g., URI or ARN identifying the data source).
-
Constructor Details
-
WASBS
-
-
Method Details
-
getNamespace
Description copied from interface:Naming.DatasetNaming
Returns the dataset namespace (e.g., URI or ARN identifying the data source).- Specified by:
getNamespace
in interfaceNaming.DatasetNaming
- Returns:
- the namespace string
-
getName
Description copied from interface:Naming.DatasetNaming
Returns the dataset name specific to the platform format.- Specified by:
getName
in interfaceNaming.DatasetNaming
- Returns:
- the dataset name string
-
builder
-