Class Schedulers


  • public class Schedulers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Schedulers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Worker COMPUTATION()  
      static java.util.concurrent.ForkJoinPool FORKJOINPOOL()  
      static Worker IO()  
      • Methods inherited from class java.lang.Object

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

      • Schedulers

        public Schedulers()
    • Method Detail

      • IO

        public static Worker IO()
      • COMPUTATION

        public static Worker COMPUTATION()
      • FORKJOINPOOL

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