Class Pools


  • public final class Pools
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.ForkJoinPool createForkJoinPool​(int concurrency)  
      static java.util.concurrent.ExecutorService createSingleThreadPool​(java.lang.String threadPrefix)  
      • Methods inherited from class java.lang.Object

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

      • DEFAULT

        public static final java.util.concurrent.ExecutorService DEFAULT
      • DEFAULT_SINGLE_THREAD_POOL

        public static final java.util.concurrent.ExecutorService DEFAULT_SINGLE_THREAD_POOL
      • FJ_WORKER_THREAD_FACTORY

        public static final java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory FJ_WORKER_THREAD_FACTORY
    • Method Detail

      • createSingleThreadPool

        public static java.util.concurrent.ExecutorService createSingleThreadPool​(java.lang.String threadPrefix)
      • createForkJoinPool

        public static java.util.concurrent.ForkJoinPool createForkJoinPool​(int concurrency)