com.splout.db.benchmark
Class SploutBenchmark.StressThreadImpl

java.lang.Object
  extended by com.splout.db.benchmark.SploutBenchmark.StressThreadImpl
Direct Known Subclasses:
BenchmarkTool.BenchmarkToolStressThreadImpl, MeteoBenchmark.MeteoStressThreadImpl, PageCountsBenchmark.PageCountsStressThreadImpl
Enclosing class:
SploutBenchmark

public abstract static class SploutBenchmark.StressThreadImpl
extends java.lang.Object

Subclasses of this class can be used for performing arbitrary benchmarks. They must perform queries when requested by nextQuery() method.


Constructor Summary
SploutBenchmark.StressThreadImpl()
           
 
Method Summary
abstract  void init(java.util.Map<java.lang.String,java.lang.Object> context)
           
abstract  int nextQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SploutBenchmark.StressThreadImpl

public SploutBenchmark.StressThreadImpl()
Method Detail

init

public abstract void init(java.util.Map<java.lang.String,java.lang.Object> context)
                   throws java.lang.Exception
Throws:
java.lang.Exception

nextQuery

public abstract int nextQuery()
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.