Class SharedForkJoinExecutor


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

      Fields 
      Modifier and Type Field Description
      static int CONCURRENCY_LEVEL  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.ForkJoinPool get()  
      static void shutdown()
      Shuts down this executor
      • Methods inherited from class java.lang.Object

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

      • CONCURRENCY_LEVEL

        public static final int CONCURRENCY_LEVEL
    • Constructor Detail

      • SharedForkJoinExecutor

        public SharedForkJoinExecutor()
    • Method Detail

      • shutdown

        public static void shutdown()
        Shuts down this executor
      • get

        public static java.util.concurrent.ForkJoinPool get()