org.drools.planner.benchmark.statistic.memoryuse
Class MemoryUseStatistic.MemoryUseScvLine

java.lang.Object
  extended by org.drools.planner.benchmark.statistic.memoryuse.MemoryUseStatistic.MemoryUseScvLine
All Implemented Interfaces:
Comparable<MemoryUseStatistic.MemoryUseScvLine>
Enclosing class:
MemoryUseStatistic

protected class MemoryUseStatistic.MemoryUseScvLine
extends Object
implements Comparable<MemoryUseStatistic.MemoryUseScvLine>


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

Constructor Detail

MemoryUseStatistic.MemoryUseScvLine

public MemoryUseStatistic.MemoryUseScvLine(long timeMillisSpend)
Method Detail

getTimeMillisSpend

public long getTimeMillisSpend()

getConfigNameToMemoryUseMeasurementMap

public Map<String,MemoryUseMeasurement> getConfigNameToMemoryUseMeasurementMap()

compareTo

public int compareTo(MemoryUseStatistic.MemoryUseScvLine other)
Specified by:
compareTo in interface Comparable<MemoryUseStatistic.MemoryUseScvLine>


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