Class ThreadPoolManager


  • public class ThreadPoolManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.concurrent.ThreadPoolExecutor pool
      The executor service containing the pool
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initialize​(int numThreads)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pool

        public static java.util.concurrent.ThreadPoolExecutor pool
        The executor service containing the pool
    • Constructor Detail

      • ThreadPoolManager

        public ThreadPoolManager()
    • Method Detail

      • initialize

        public static void initialize​(int numThreads)