Class DtoEngineConfiguration
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
- All Implemented Interfaces:
IDtoEngineConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of threads that the engine may use in parallel.inthashCode()voidvoidsetThreadCount(Integer threadCount) Number of threads that the engine may use in parallel.withRounds(Integer rounds) withThreadCount(Integer threadCount) Number of threads that the engine may use in parallel.
-
Constructor Details
-
DtoEngineConfiguration
protected DtoEngineConfiguration() -
DtoEngineConfiguration
-
-
Method Details
-
getRounds
- Specified by:
getRoundsin interfaceIDtoEngineConfiguration
-
setRounds
- Specified by:
setRoundsin interfaceIDtoEngineConfiguration
-
getThreadCount
Number of threads that the engine may use in parallel. If count is set to `0` (default), it will automatically use all available threads from `Runtime.getRuntime().availableProcessors()`.- Specified by:
getThreadCountin interfaceIDtoEngineConfiguration
-
setThreadCount
Number of threads that the engine may use in parallel. If count is set to `0` (default), it will automatically use all available threads from `Runtime.getRuntime().availableProcessors()`.- Specified by:
setThreadCountin interfaceIDtoEngineConfiguration
-
withRounds
-
withThreadCount
Number of threads that the engine may use in parallel. If count is set to `0` (default), it will automatically use all available threads from `Runtime.getRuntime().availableProcessors()`. -
equals
-
hashCode
public int hashCode()
-