public interface ComputeLineageResult
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitCompletion(long time,
TimeUnit unit) |
List<LineageEdge> |
getEdges() |
String |
getError() |
Date |
getExpiration() |
List<LineageNode> |
getNodes() |
int |
getPercentComplete() |
boolean |
isFinished() |
List<LineageNode> getNodes()
List<LineageEdge> getEdges()
Date getExpiration()
String getError()
nullint getPercentComplete()
boolean isFinished()
boolean awaitCompletion(long time,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.