org.drools.planner.benchmark.statistic.calculatecount
Class CalculateCountStatisticPoint

java.lang.Object
  extended by org.drools.planner.benchmark.statistic.calculatecount.CalculateCountStatisticPoint

public class CalculateCountStatisticPoint
extends Object


Constructor Summary
CalculateCountStatisticPoint(long timeMillisSpend, long calculateCountPerSecond)
           
 
Method Summary
 long getCalculateCountPerSecond()
           
 long getTimeMillisSpend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateCountStatisticPoint

public CalculateCountStatisticPoint(long timeMillisSpend,
                                    long calculateCountPerSecond)
Method Detail

getTimeMillisSpend

public long getTimeMillisSpend()

getCalculateCountPerSecond

public long getCalculateCountPerSecond()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.