Class Pools


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

      Fields 
      Modifier and Type Field Description
      static java.util.concurrent.ExecutorService DEFAULT  
      static java.util.concurrent.ExecutorService DEFAULT_SINGLE_THREAD_POOL  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.ExecutorService createDefaultSingleThreadPool()  
      • 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
    • Method Detail

      • createDefaultSingleThreadPool

        public static java.util.concurrent.ExecutorService createDefaultSingleThreadPool()