net.sf.sparql.benchmarking.stats.impl
Class UpdateRun

java.lang.Object
  extended by net.sf.sparql.benchmarking.stats.impl.AbstractOperationRun
      extended by 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

Field Summary
 
Fields inherited from interface net.sf.sparql.benchmarking.stats.OperationRun
NOT_YET_RUN, UNKNOWN
 
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
 
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

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 message
category - Error category
runtime - Runtime


Copyright © 2014. All Rights Reserved.