object ForkJoinPool

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForkJoinPool
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val CLEAR_TLS: Int(262144)
  5. final val DEFAULT_COMMON_MAX_SPARES: Int(256)
  6. final val DEFAULT_KEEPALIVE: Long(60000L)
  7. final val FIFO: Int(65536)
  8. final val INITIAL_QUEUE_CAPACITY: Int(64)
  9. final val ISCOMMON: Int(1048576)
  10. final val MAX_CAP: Int(32767)
  11. final val PARKED: Int(-1)
  12. final val PRESET_SIZE: Int(2097152)
  13. final val SHUTDOWN: Int(1)
  14. final val SMASK: Int(65535)
  15. final val SRC: Int(131072)
  16. final val STOP: Int(-2147483648)
  17. final val SWIDTH: Int(16)
  18. final val TERMINATED: Int(2)
  19. final val TIMEOUT_SLOP: Long(20L)
  20. final val TRIMMED: Int(524288)
  21. final val UNCOMPENSATE: Int(65536)
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  24. def commonPool(): ForkJoinPool
  25. final val defaultForkJoinWorkerThreadFactory: ForkJoinWorkerThreadFactory
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getCommonPoolParallelism(): Int
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def managedBlock(blocker: ManagedBlocker): Unit
    Annotations
    @throws(scala.this.throws.<init>$default$1[InterruptedException])
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped