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, wasSuccessfulclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorCategory, getErrorMessage, getId, getResponseTime, getResultCount, getRunOrder, getRuntime, setId, setRunOrder, wasSuccessfulcompareTopublic 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 © 2016. All rights reserved.