public class QueryRun extends AbstractOperationRun implements OperationRun
NOT_YET_RUN, UNKNOWN
Constructor and Description |
---|
QueryRun(long runtime,
long responseTime,
long resultCount)
Creates a Query run which represents the results of running a query
|
QueryRun(String error,
int category,
long runtime)
Creates a Query Run which represents that the running of a query resulted
in an error
|
compareTo, getErrorCategory, getErrorMessage, getId, getResponseTime, getResultCount, getRunOrder, getRuntime, setId, setRunOrder, wasSuccessful
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCategory, getErrorMessage, getId, getResponseTime, getResultCount, getRunOrder, getRuntime, setId, setRunOrder, wasSuccessful
compareTo
public QueryRun(String error, int category, long runtime)
error
- Error Messagecategory
- Error Categoryruntime
- Runtime, this is the amount of time elapsed until the
error/timeout was reachedpublic QueryRun(long runtime, long responseTime, long resultCount)
runtime
- RuntimeresponseTime
- Response TimeresultCount
- Result CountCopyright © 2015. All rights reserved.