c

java.util.concurrent

ForkJoinWorkerThread

class ForkJoinWorkerThread extends Thread

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForkJoinWorkerThread
  2. Thread
  3. Runnable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ForkJoinWorkerThread(group: ThreadGroup, pool: ForkJoinPool, preserveThreadLocals: Boolean)
    Attributes
    protected
  2. new ForkJoinWorkerThread(pool: ForkJoinPool)
    Attributes
    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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    Thread → AnyRef
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def getName(): String
    Definition Classes
    Thread
  11. def getPool(): ForkJoinPool
  12. def getPoolIndex(): Int
  13. final def getPriority(): Int
    Definition Classes
    Thread
  14. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Thread
  15. def getState(): State
    Definition Classes
    Thread
  16. final def getThreadGroup(): ThreadGroup
    Definition Classes
    Thread
  17. def getUncaughtExceptionHandler(): UncaughtExceptionHandler
    Definition Classes
    Thread
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def interrupt(): Unit
    Definition Classes
    Thread
  20. final def isAlive(): Boolean
    Definition Classes
    Thread
  21. final def isDaemon(): Boolean
    Definition Classes
    Thread
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isInterrupted(): Boolean
    Definition Classes
    Thread
  24. final def isVirtual(): Boolean
    Definition Classes
    Thread
  25. final def join(duration: Duration): Boolean
    Definition Classes
    Thread
    Annotations
    @throws("if the current thread is interrupted while waiting") @throws("if this thread has not been started")
  26. final def join(ml: Long, n: Int): Unit
    Definition Classes
    Thread
  27. final def join(millis: Long): Unit
    Definition Classes
    Thread
  28. final def join(): Unit
    Definition Classes
    Thread
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def onStart(): Unit
    Attributes
    protected
  33. def onTermination(exception: Throwable): Unit
    Attributes
    protected
  34. def run(): Unit
    Definition Classes
    ForkJoinWorkerThreadThreadRunnable
  35. final def setDaemon(on: Boolean): Unit
    Definition Classes
    Thread
  36. final def setName(name: String): Unit
    Definition Classes
    Thread
  37. final def setPriority(priority: Int): Unit
    Definition Classes
    Thread
  38. def setUncaughtExceptionHandler(eh: UncaughtExceptionHandler): Unit
    Definition Classes
    Thread
  39. def start(): Unit
    Definition Classes
    Thread
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. final def threadId(): Long
    Definition Classes
    Thread
  42. val tid: Long
    Attributes
    protected
    Definition Classes
    Thread
  43. def toString(): String
    Definition Classes
    Thread → AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def checkAccess(): Unit
    Definition Classes
    Thread
    Annotations
    @deprecated
    Deprecated

    (Since version 17) Deprecated for removal

  2. def destroy(): Unit
    Definition Classes
    Thread
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7) Deprecated for removal

  3. def getId(): Long
    Definition Classes
    Thread
    Annotations
    @deprecated
    Deprecated

    (Since version JDK 19) This method is not final and may be overridden to return a value that is not the thread ID. Use threadId() instead.

  4. final def resume(): Unit
    Definition Classes
    Thread
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7) Deprecated for removal

  5. final def stop(throwable: Throwable): Unit
    Definition Classes
    Thread
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7) Deprecated for removal

  6. final def stop(): Unit
    Definition Classes
    Thread
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7) Deprecated for removal

  7. final def suspend(): Unit
    Definition Classes
    Thread
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7) Deprecated for removal

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped