org.apache.qpid.server.util
Class RunStats

java.lang.Object
  extended by org.apache.qpid.server.util.RunStats

public class RunStats
extends Object


Constructor Summary
RunStats()
           
 
Method Summary
 long getAverage()
           
 long getMax()
           
 long getMin()
           
 void record(long time)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunStats

public RunStats()
Method Detail

record

public void record(long time)

getMin

public long getMin()

getMax

public long getMax()

getAverage

public long getAverage()

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation