|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
net.sf.sparql.benchmarking.stats.impl.OperationRunImpl
public final class OperationRunImpl
A general purpose operation run implementation
Field Summary |
---|
Fields inherited from interface net.sf.sparql.benchmarking.stats.OperationRun |
---|
NOT_YET_RUN, UNKNOWN |
Constructor Summary | |
---|---|
OperationRunImpl(long runtime)
Creates an operation which represents the results of successfully running an operation |
|
OperationRunImpl(long runtime,
long resultCount)
Creates an operation run which represents the results of successfully running an operation |
|
OperationRunImpl(long runtime,
long responseTime,
long resultCount)
Creates an operation run which represents the results of successfully running an operation |
|
OperationRunImpl(String error,
int category,
long runtime)
Creates a operation run which represents that the failed running of an operation |
Method Summary |
---|
Methods inherited from class net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun |
---|
compareTo, getErrorCategory, getErrorMessage, getId, getResponseTime, getResultCount, getRunOrder, getRuntime, setId, setRunOrder, wasSuccessful |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationRunImpl(long runtime)
runtime
- Runtimepublic OperationRunImpl(String error, int category, long runtime)
error
- Error Messagecategory
- Error categoryruntime
- Runtime, this is the amount of time elapsed until the error
was reachedpublic OperationRunImpl(long runtime, long resultCount)
runtime
- RuntimeresultCount
- Result Countpublic OperationRunImpl(long runtime, long responseTime, long resultCount)
runtime
- RuntimeresponseTime
- Response TimeresultCount
- Result Count
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |