Class MemoryUseSubSingleStatistic<Solution_>
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
- 
- org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic<Solution_,MemoryUseStatisticPoint>
- 
- org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic<Solution_>
 
 
 
- 
 public class MemoryUseSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,MemoryUseStatisticPoint> 
- 
- 
Field Summary- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatisticproblemStatisticType
 - 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticlogger, pointList, subSingleBenchmarkResult
 
- 
 - 
Constructor SummaryConstructors Constructor Description MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, long timeMillisThresholdInterval)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(Solver<Solution_> solver)protected MemoryUseStatisticPointcreatePointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)protected StringgetCsvHeader()voidopen(Solver<Solution_> solver)- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatisticgetStatisticType, toString
 - 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticgetAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
 
- 
 
- 
- 
- 
Constructor Detail- 
MemoryUseSubSingleStatisticpublic MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) 
 - 
MemoryUseSubSingleStatisticpublic MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, long timeMillisThresholdInterval) 
 
- 
 - 
Method Detail- 
openpublic void open(Solver<Solution_> solver) - Specified by:
- openin class- SubSingleStatistic<Solution_,MemoryUseStatisticPoint>
 
 - 
closepublic void close(Solver<Solution_> solver) - Specified by:
- closein class- SubSingleStatistic<Solution_,MemoryUseStatisticPoint>
 
 - 
getCsvHeaderprotected String getCsvHeader() - Specified by:
- getCsvHeaderin class- SubSingleStatistic<Solution_,MemoryUseStatisticPoint>
 
 - 
createPointFromCsvLineprotected MemoryUseStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) - Specified by:
- createPointFromCsvLinein class- SubSingleStatistic<Solution_,MemoryUseStatisticPoint>
 
 
- 
 
-