| Package | Description |
|---|---|
| org.apache.nifi.provenance |
| Modifier and Type | Method and Description |
|---|---|
ComputeLineageSubmission |
ProvenanceEventRepository.retrieveLineageSubmission(String lineageIdentifier) |
ComputeLineageSubmission |
ProvenanceEventRepository.submitExpandChildren(long eventId)
Submits a request to expand the children of the event with the given id
|
ComputeLineageSubmission |
ProvenanceEventRepository.submitExpandParents(long eventId)
Submits a request to expand the parents of the event with the given id
|
ComputeLineageSubmission |
ProvenanceEventRepository.submitLineageComputation(String flowFileUuid)
Submits a Lineage Computation to be completed and returns the
AsynchronousLineageResult that indicates the status of the request and
the results, if the computation is complete.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.