Interface QuerySubmission
public interface QuerySubmission
-
Method Details
-
getQuery
Query getQuery()- Returns:
- the query that this submission pertains to
-
getResult
QueryResult getResult()- Returns:
- the
QueryResultfor this query. Note that the result is only a partial result if the result of callingQueryResult.isFinished()isfalse
-
getSubmissionTime
Date getSubmissionTime()- Returns:
- the date at which this query was submitted
-
getQueryIdentifier
String getQueryIdentifier()- Returns:
- the generated identifier for this query result
-
cancel
void cancel()Cancels the query -
isCanceled
boolean isCanceled()- Returns:
trueifcancel()has been called,falseotherwise
-
getSubmitterIdentity
String getSubmitterIdentity()- Returns:
- the identity of the user who submitted the query
-