public interface QuerySubmission
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the query
|
Query |
getQuery() |
String |
getQueryIdentifier() |
QueryResult |
getResult() |
Date |
getSubmissionTime() |
String |
getSubmitterIdentity() |
boolean |
isCanceled() |
Query getQuery()
QueryResult getResult()
QueryResult for this query. Note that the result is
only a partial result if the result of calling
QueryResult.isFinished() is falseDate getSubmissionTime()
String getQueryIdentifier()
void cancel()
boolean isCanceled()
true if cancel() has been called,
false otherwiseString getSubmitterIdentity()
Copyright © 2016 Apache NiFi Project. All rights reserved.