Class JLSettings


  • public final class JLSettings
    extends java.lang.Object
    Global settings for JLearn.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int THREAD_COUNT
      Number of threads to use.
      static int THREADING_MIN_OPS
      Minimum number of operations before threading is used.
    • Constructor Summary

      Constructors 
      Constructor Description
      JLSettings()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • THREAD_COUNT

        public static int THREAD_COUNT
        Number of threads to use.
      • THREADING_MIN_OPS

        public static int THREADING_MIN_OPS
        Minimum number of operations before threading is used.

        Note: generally implemented as number of operations within each thread.

    • Constructor Detail

      • JLSettings

        public JLSettings()