org.apache.qpid.server.util
Class AveragedRun

java.lang.Object
  extended by org.apache.qpid.server.util.AveragedRun
All Implemented Interfaces:
Callable<RunStats>

public class AveragedRun
extends Object
implements Callable<RunStats>


Constructor Summary
AveragedRun(TimedRun test, int iterations)
           
 
Method Summary
 RunStats call()
           
 void run()
           
(package private) static void run(Collection<AveragedRun> tests)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AveragedRun

public AveragedRun(TimedRun test,
                   int iterations)
Method Detail

call

public RunStats call()
              throws Exception
Specified by:
call in interface Callable<RunStats>
Throws:
Exception

run

public void run()
         throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

run

static void run(Collection<AveragedRun> tests)
         throws Exception
Throws:
Exception


Licensed to the Apache Software Foundation