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