Package org.basex.core.jobs
Class QueryJobResult
java.lang.Object
org.basex.core.jobs.QueryJobResult
Cached job result.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
job
Job. -
value
Query result. -
exception
Exception. -
time
public long timeEvaluation time (ns).
-
-
Constructor Details
-
QueryJobResult
Job.- Parameters:
job- job
-
-
Method Details
-
cached
public boolean cached()Checks if the query result has been cached.- Returns:
- result of check
-