public interface ProvenanceEventRecord
| Modifier and Type | Field and Description |
|---|---|
static String |
REMOTE_INPUT_PORT_TYPE |
static String |
REMOTE_OUTPUT_PORT_TYPE |
static final String REMOTE_INPUT_PORT_TYPE
static final String REMOTE_OUTPUT_PORT_TYPE
long getEventId()
ProvenanceEventRepositorylong getEventTime()
long getFlowFileEntryDate()
long getLineageStartDate()
long getFileSize()
Long getPreviousFileSize()
nulllong getEventDuration()
ProvenanceEventType getEventType()
Map<String,String> getAttributes()
default String getAttribute(String attributeName)
attributeName - the name of the attribute to getnull if no attribute exists with the given nameMap<String,String> getPreviousAttributes()
Map<String,String> getUpdatedAttributes()
String getComponentId()
String getComponentType()
default boolean isRemotePortType()
String getTransitUri()
String getSourceSystemFlowFileIdentifier()
ProvenanceEventType is of type
RECEIVEString getFlowFileUuid()
List<String> getParentUuids()
ProvenanceEventType is of type
SPAWNList<String> getChildUuids()
ProvenanceEventType is of type
SPAWNString getAlternateIdentifierUri()
ProvenanceEventType is of type
ProvenanceEventType.ADDINFOString getDetails()
nullString getRelationship()
ProvenanceEventType.ROUTE. The relationship is applicable
only to this typeString getSourceQueueIdentifier()
ProvenanceEventType.CREATE, ProvenanceEventType.RECEIVE,
ProvenanceEventType.FORK, ProvenanceEventType.JOIN, or
ProvenanceEventType.CLONE), or if the queue identifier is
unknown, then this method will return nullString getContentClaimSection()
nullString getPreviousContentClaimSection()
nullString getContentClaimContainer()
nullString getPreviousContentClaimContainer()
nullString getContentClaimIdentifier()
nullString getPreviousContentClaimIdentifier()
nullLong getContentClaimOffset()
nullLong getPreviousContentClaimOffset()
nullString getBestEventIdentifier()
Copyright © 2019 Apache NiFi Project. All rights reserved.