Interface ParallelExecutionConfiguration

    • Method Detail

      • getMinimumRunnable

        int getMinimumRunnable()
        Get the minimum number of runnable threads to be used.
      • getMaxPoolSize

        int getMaxPoolSize()
        Get the maximum thread pool size to be used.
      • getCorePoolSize

        int getCorePoolSize()
        Get the core thread pool size to be used.
      • getKeepAliveSeconds

        int getKeepAliveSeconds()
        Get the number of seconds for which inactive threads should be kept alive before terminating them and shrinking the thread pool.