org.drools.planner.benchmark.statistic.calculatecount
Class CalculateCountStatistic.CalculateCountScvLine

java.lang.Object
  extended by org.drools.planner.benchmark.statistic.calculatecount.CalculateCountStatistic.CalculateCountScvLine
All Implemented Interfaces:
Comparable<CalculateCountStatistic.CalculateCountScvLine>
Enclosing class:
CalculateCountStatistic

protected class CalculateCountStatistic.CalculateCountScvLine
extends Object
implements Comparable<CalculateCountStatistic.CalculateCountScvLine>


Constructor Summary
CalculateCountStatistic.CalculateCountScvLine(long timeMillisSpend)
           
 
Method Summary
 int compareTo(CalculateCountStatistic.CalculateCountScvLine other)
           
 Map<String,Long> getConfigNameToCalculateCountPerSecondMap()
           
 long getTimeMillisSpend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateCountStatistic.CalculateCountScvLine

public CalculateCountStatistic.CalculateCountScvLine(long timeMillisSpend)
Method Detail

getTimeMillisSpend

public long getTimeMillisSpend()

getConfigNameToCalculateCountPerSecondMap

public Map<String,Long> getConfigNameToCalculateCountPerSecondMap()

compareTo

public int compareTo(CalculateCountStatistic.CalculateCountScvLine other)
Specified by:
compareTo in interface Comparable<CalculateCountStatistic.CalculateCountScvLine>


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