public interface ComputeLineageSubmission
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the lineage computation
|
Long |
getExpandedEventId() |
LineageComputationType |
getLineageComputationType() |
Collection<String> |
getLineageFlowFileUuids() |
String |
getLineageIdentifier() |
ComputeLineageResult |
getResult() |
Date |
getSubmissionTime() |
boolean |
isCanceled() |
ComputeLineageResult getResult()
ComputeLineageResult that contains the results. The
results may be partial if a call to
ComputeLineageResult.isFinished() returns falseDate getSubmissionTime()
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 ID event
that is to be expanded; otherwise, returns nullCollection<String> getLineageFlowFileUuids()
Copyright © 2016 Apache NiFi Project. All rights reserved.