Interface IDtoEngineConfiguration
- All Known Implementing Classes:
DtoEngineConfiguration
public interface IDtoEngineConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionNumber of threads that the engine may use in parallel.voidvoidsetThreadCount(Integer threadCount) Number of threads that the engine may use in parallel.
-
Method Details
-
getRounds
Integer getRounds() -
setRounds
-
getThreadCount
Integer 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()`. -
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()`.
-