OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.statistic.memoryuse
Class MemoryUseSingleStatistic

java.lang.Object
  extended by org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
      extended by org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic<MemoryUseStatisticPoint>
          extended by org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic

public class MemoryUseSingleStatistic
extends ProblemBasedSingleStatistic<MemoryUseStatisticPoint>


Field Summary
 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic
problemStatisticType
 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SingleStatistic
logger, pointList, singleBenchmarkResult
 
Constructor Summary
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
           
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, long timeMillisThresholdInterval)
           
 
Method Summary
 void close(Solver solver)
           
protected  MemoryUseStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
           
protected  String getCsvHeader()
           
 void open(Solver solver)
           
 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic
getStatisticType
 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SingleStatistic
getAnchorId, getCsvFile, getCsvFilePath, getPointList, getSingleBenchmarkResult, initPointList, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryUseSingleStatistic

public MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)

MemoryUseSingleStatistic

public MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
                                long timeMillisThresholdInterval)
Method Detail

open

public void open(Solver solver)
Specified by:
open in class SingleStatistic<MemoryUseStatisticPoint>

close

public void close(Solver solver)
Specified by:
close in class SingleStatistic<MemoryUseStatisticPoint>

getCsvHeader

protected String getCsvHeader()
Specified by:
getCsvHeader in class SingleStatistic<MemoryUseStatisticPoint>

createPointFromCsvLine

protected MemoryUseStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition,
                                                         List<String> csvLine)
Specified by:
createPointFromCsvLine in class SingleStatistic<MemoryUseStatisticPoint>

OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.