public class FlowFileNode extends Object implements LineageNode
| Modifier and Type | Field and Description |
|---|---|
private long |
creationTime |
private String |
flowFileUuid |
| Constructor and Description |
|---|
FlowFileNode(String flowFileUuid,
long flowFileCreationTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFlowFileUuid() |
String |
getIdentifier() |
LineageNodeType |
getNodeType() |
long |
getTimestamp() |
int |
hashCode() |
String |
toString() |
private final String flowFileUuid
private final long creationTime
public FlowFileNode(String flowFileUuid, long flowFileCreationTime)
public String getIdentifier()
getIdentifier in interface LineageNodepublic long getTimestamp()
getTimestamp in interface LineageNodepublic LineageNodeType getNodeType()
getNodeType in interface LineageNodepublic String getFlowFileUuid()
getFlowFileUuid in interface LineageNodeCopyright © 2022 Apache NiFi Project. All rights reserved.