Interface IDtoEngineConfiguration

All Known Implementing Classes:
DtoEngineConfiguration

public interface IDtoEngineConfiguration
  • Method Details

    • getRounds

      Integer getRounds()
    • setRounds

      void setRounds(Integer rounds)
    • 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

      void setThreadCount(Integer threadCount)
      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()`.