Package org.optaplanner.benchmark.impl
Class SubSingleBenchmarkRunner<Solution_>
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner<Solution_>
 
- 
- All Implemented Interfaces:
- Callable<SubSingleBenchmarkRunner<Solution_>>
 
 public class SubSingleBenchmarkRunner<Solution_> extends Object implements Callable<SubSingleBenchmarkRunner<Solution_>> 
- 
- 
Constructor SummaryConstructors Constructor Description SubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult, boolean warmUp)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSingleBenchmarkRunner<Solution_>call()ThrowablegetFailureThrowable()StringgetName()LonggetRandomSeed()SubSingleBenchmarkResultgetSubSingleBenchmarkResult()voidsetFailureThrowable(Throwable failureThrowable)StringtoString()
 
- 
- 
- 
Field Detail- 
NAME_MDCpublic static final String NAME_MDC - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
SubSingleBenchmarkRunnerpublic SubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult, boolean warmUp) - Parameters:
- subSingleBenchmarkResult- never null
 
 
- 
 - 
Method Detail- 
getSubSingleBenchmarkResultpublic SubSingleBenchmarkResult getSubSingleBenchmarkResult() 
 - 
getRandomSeedpublic Long getRandomSeed() 
 - 
getFailureThrowablepublic Throwable getFailureThrowable() 
 - 
setFailureThrowablepublic void setFailureThrowable(Throwable failureThrowable) 
 - 
callpublic SubSingleBenchmarkRunner<Solution_> call() 
 - 
getNamepublic String getName() 
 
- 
 
-