public interface ComputeLineageSubmission
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the lineage computation
|
Long |
getExpandedEventId()
If the Lineage Computation Type of this submission is
LineageComputationType.EXPAND_CHILDREN or
LineageComputationType.EXPAND_PARENTS, indicates
the event ID that is to be expanded. |
LineageComputationType |
getLineageComputationType() |
Collection<String> |
getLineageFlowFileUuids() |
String |
getLineageIdentifier() |
ComputeLineageResult |
getResult() |
Date |
getSubmissionTime() |
String |
getSubmitterIdentity() |
boolean |
isCanceled() |
ComputeLineageResult getResult()
ComputeLineageResult that contains the results. The
results may be partial if a call to
ComputeLineageResult.isFinished() returns falseDate getSubmissionTime()
String getSubmitterIdentity()
String getLineageIdentifier()
void cancel()
boolean isCanceled()
true if cancel() has been called,
false otherwiseLineageComputationType getLineageComputationType()
Long getExpandedEventId()
LineageComputationType.EXPAND_CHILDREN or
LineageComputationType.EXPAND_PARENTS, indicates
the event ID that is to be expanded.
If the Lineage Computation Type of this submission is
LineageComputationType.FLOWFILE_LINEAGE and the
original submission was based off an event id, indicates
that event ID.
Otherwise returns null.Collection<String> getLineageFlowFileUuids()
Copyright © 2023 Apache NiFi Project. All rights reserved.