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_>>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult, boolean warmUp) 
- 
Method SummaryModifier and TypeMethodDescriptioncall()getName()voidsetFailureThrowable(Throwable failureThrowable) toString()
- 
Field Details- 
NAME_MDC- See Also:
 
 
- 
- 
Constructor Details- 
SubSingleBenchmarkRunner- Parameters:
- subSingleBenchmarkResult- never null
 
 
- 
- 
Method Details