public class TransformationMetadata extends Object
Transformation
.Constructor and Description |
---|
TransformationMetadata(String name,
String desc)
Used by
BatchExecNode , as they don't require the uid. |
TransformationMetadata(String uid,
String name,
String desc)
Used by
StreamExecNode , as they require the uid. |
Modifier and Type | Method and Description |
---|---|
<T extends Transformation<?>> |
fill(T transformation)
Fill a transformation with this meta.
|
String |
getDescription() |
String |
getName() |
String |
getUid() |
public TransformationMetadata(String name, String desc)
BatchExecNode
, as they don't require the uid.public TransformationMetadata(String uid, String name, String desc)
StreamExecNode
, as they require the uid.public String getName()
public String getDescription()
public <T extends Transformation<?>> T fill(T transformation)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.