Class ScoreCalculationSpeedSubSingleStatistic<Solution_>
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
- 
- org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>
- 
- org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic<Solution_>
 
 
 
- 
 public class ScoreCalculationSpeedSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint> 
- 
- 
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 ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult benchmarkResult, long timeMillisThresholdInterval)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScoreCalculationSpeedStatisticPointcreatePointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine)protected StringgetCsvHeader()voidopen(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatisticgetStatisticType, toString
 - 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticclose, getAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
 
- 
 
- 
- 
- 
Constructor Detail- 
ScoreCalculationSpeedSubSingleStatisticpublic ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) 
 - 
ScoreCalculationSpeedSubSingleStatisticpublic ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult benchmarkResult, long timeMillisThresholdInterval) 
 
- 
 - 
Method Detail- 
openpublic void open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) - Specified by:
- openin class- SubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>
 
 - 
getCsvHeaderprotected String getCsvHeader() - Specified by:
- getCsvHeaderin class- SubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>
 
 - 
createPointFromCsvLineprotected ScoreCalculationSpeedStatisticPoint createPointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine) - Specified by:
- createPointFromCsvLinein class- SubSingleStatistic<Solution_,ScoreCalculationSpeedStatisticPoint>
 
 
- 
 
-