net.sf.sparql.benchmarking.stats.impl
Class UpdateRun
java.lang.Object
net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
net.sf.sparql.benchmarking.stats.impl.UpdateRun
- All Implemented Interfaces:
- Comparable<OperationRun>, OperationRun
public class UpdateRun
- extends AbstractOperationRun
Statistics for an update run
- Author:
- rvesse
Constructor Summary |
UpdateRun(long runtime)
Creates run information for a successful run |
UpdateRun(String error,
int category,
long runtime)
Create run information for a failed run |
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 |
UpdateRun
public UpdateRun(long runtime)
- Creates run information for a successful run
- Parameters:
runtime
- Runtime
UpdateRun
public UpdateRun(String error,
int category,
long runtime)
- Create run information for a failed run
- Parameters:
error
- Error messagecategory
- Error categoryruntime
- Runtime
Copyright © 2014. All Rights Reserved.