Class BenchmarkProperties
- java.lang.Object
-
- org.optaplanner.spring.boot.autoconfigure.config.BenchmarkProperties
-
public class BenchmarkProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_BENCHMARK_RESULT_DIRECTORYstatic StringDEFAULT_SOLVER_BENCHMARK_CONFIG_URL
-
Constructor Summary
Constructors Constructor Description BenchmarkProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResultDirectory()BenchmarkSolverPropertiesgetSolver()StringgetSolverBenchmarkConfigXml()voidsetResultDirectory(String resultDirectory)voidsetSolver(BenchmarkSolverProperties solver)voidsetSolverBenchmarkConfigXml(String solverBenchmarkConfigXml)
-
-
-
Field Detail
-
DEFAULT_SOLVER_BENCHMARK_CONFIG_URL
public static final String DEFAULT_SOLVER_BENCHMARK_CONFIG_URL
- See Also:
- Constant Field Values
-
DEFAULT_BENCHMARK_RESULT_DIRECTORY
public static final String DEFAULT_BENCHMARK_RESULT_DIRECTORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSolverBenchmarkConfigXml
public String getSolverBenchmarkConfigXml()
-
setSolverBenchmarkConfigXml
public void setSolverBenchmarkConfigXml(String solverBenchmarkConfigXml)
-
getResultDirectory
public String getResultDirectory()
-
setResultDirectory
public void setResultDirectory(String resultDirectory)
-
getSolver
public BenchmarkSolverProperties getSolver()
-
setSolver
public void setSolver(BenchmarkSolverProperties solver)
-
-