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 SummaryFields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatisticproblemStatisticTypeFields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticlogger, pointList, subSingleBenchmarkResult
- 
Constructor SummaryConstructorsConstructorDescriptionMemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, long timeMillisThresholdInterval) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected MemoryUseStatisticPointcreatePointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine) protected Stringvoidopen(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatisticgetStatisticType, toStringMethods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticclose, getAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
- 
Constructor Details- 
MemoryUseSubSingleStatistic
- 
MemoryUseSubSingleStatisticpublic MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, long timeMillisThresholdInterval) 
 
- 
- 
Method Details- 
openpublic void open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) - Specified by:
- openin class- SubSingleStatistic<Solution_,- MemoryUseStatisticPoint> 
 
- 
getCsvHeader- Specified by:
- getCsvHeaderin class- SubSingleStatistic<Solution_,- MemoryUseStatisticPoint> 
 
- 
createPointFromCsvLineprotected MemoryUseStatisticPoint createPointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine) - Specified by:
- createPointFromCsvLinein class- SubSingleStatistic<Solution_,- MemoryUseStatisticPoint> 
 
 
-