Packages

final class AkkaForkJoinPool extends ForkJoinPool with LoadMetrics

INTERNAL AKKA USAGE ONLY

Source
ForkJoinExecutorConfigurator.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AkkaForkJoinPool
  2. LoadMetrics
  3. ForkJoinPool
  4. AbstractExecutorService
  5. ExecutorService
  6. Executor
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AkkaForkJoinPool(parallelism: Int, threadFactory: ForkJoinWorkerThreadFactory, unhandledExceptionHandler: UncaughtExceptionHandler)
  2. new AkkaForkJoinPool(parallelism: Int, threadFactory: ForkJoinWorkerThreadFactory, unhandledExceptionHandler: UncaughtExceptionHandler, asyncMode: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toany2stringadd[AkkaForkJoinPool] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AkkaForkJoinPool, B)
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toArrowAssoc[AkkaForkJoinPool] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def atFullThrottle(): Boolean
    Definition Classes
    AkkaForkJoinPool → LoadMetrics
  8. def awaitQuiescence(arg0: Long, arg1: TimeUnit): Boolean
    Definition Classes
    ForkJoinPool
  9. def awaitTermination(arg0: Long, arg1: TimeUnit): Boolean
    Definition Classes
    ForkJoinPool → ExecutorService
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def drainTasksTo(arg0: Collection[_ >: ForkJoinTask[_ <: AnyRef] <: AnyRef]): Int
    Attributes
    protected[concurrent]
    Definition Classes
    ForkJoinPool
  12. def ensuring(cond: (AkkaForkJoinPool) => Boolean, msg: => Any): AkkaForkJoinPool
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toEnsuring[AkkaForkJoinPool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (AkkaForkJoinPool) => Boolean): AkkaForkJoinPool
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toEnsuring[AkkaForkJoinPool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): AkkaForkJoinPool
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toEnsuring[AkkaForkJoinPool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): AkkaForkJoinPool
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toEnsuring[AkkaForkJoinPool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def execute(r: Runnable): Unit
    Definition Classes
    AkkaForkJoinPool → ForkJoinPool → Executor
  19. def execute(arg0: ForkJoinTask[_ <: AnyRef]): Unit
    Definition Classes
    ForkJoinPool
  20. def getActiveThreadCount(): Int
    Definition Classes
    ForkJoinPool
  21. def getAsyncMode(): Boolean
    Definition Classes
    ForkJoinPool
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def getFactory(): ForkJoinWorkerThreadFactory
    Definition Classes
    ForkJoinPool
  24. def getParallelism(): Int
    Definition Classes
    ForkJoinPool
  25. def getPoolSize(): Int
    Definition Classes
    ForkJoinPool
  26. def getQueuedSubmissionCount(): Int
    Definition Classes
    ForkJoinPool
  27. def getQueuedTaskCount(): Long
    Definition Classes
    ForkJoinPool
  28. def getRunningThreadCount(): Int
    Definition Classes
    ForkJoinPool
  29. def getStealCount(): Long
    Definition Classes
    ForkJoinPool
  30. def getUncaughtExceptionHandler(): UncaughtExceptionHandler
    Definition Classes
    ForkJoinPool
  31. def hasQueuedSubmissions(): Boolean
    Definition Classes
    ForkJoinPool
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. def invoke[T <: AnyRef](arg0: ForkJoinTask[T]): T
    Definition Classes
    ForkJoinPool
  34. def invokeAll[T <: AnyRef](arg0: Collection[_ <: Callable[T]]): List[Future[T]]
    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  35. def invokeAll[T <: AnyRef](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): List[Future[T]]
    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def invokeAny[T <: AnyRef](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): T
    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @throws(classOf[java.util.concurrent.ExecutionException]) @throws(classOf[java.util.concurrent.TimeoutException])
  37. def invokeAny[T <: AnyRef](arg0: Collection[_ <: Callable[T]]): T
    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @throws(classOf[java.util.concurrent.ExecutionException])
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isQuiescent(): Boolean
    Definition Classes
    ForkJoinPool
  40. def isShutdown(): Boolean
    Definition Classes
    ForkJoinPool → ExecutorService
  41. def isTerminated(): Boolean
    Definition Classes
    ForkJoinPool → ExecutorService
  42. def isTerminating(): Boolean
    Definition Classes
    ForkJoinPool
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def newTaskFor[T <: AnyRef](arg0: Callable[T]): RunnableFuture[T]
    Attributes
    protected[concurrent]
    Definition Classes
    ForkJoinPool → AbstractExecutorService
  45. def newTaskFor[T <: AnyRef](arg0: Runnable, arg1: T): RunnableFuture[T]
    Attributes
    protected[concurrent]
    Definition Classes
    ForkJoinPool → AbstractExecutorService
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  48. def pollSubmission(): ForkJoinTask[_ <: AnyRef]
    Attributes
    protected[concurrent]
    Definition Classes
    ForkJoinPool
  49. def shutdown(): Unit
    Definition Classes
    ForkJoinPool → ExecutorService
  50. def shutdownNow(): List[Runnable]
    Definition Classes
    ForkJoinPool → ExecutorService
  51. def submit(arg0: Runnable): ForkJoinTask[_ <: AnyRef]
    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  52. def submit[T <: AnyRef](arg0: Runnable, arg1: T): ForkJoinTask[T]
    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  53. def submit[T <: AnyRef](arg0: Callable[T]): ForkJoinTask[T]
    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  54. def submit[T <: AnyRef](arg0: ForkJoinTask[T]): ForkJoinTask[T]
    Definition Classes
    ForkJoinPool
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    ForkJoinPool → AnyRef → Any
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toStringFormat[AkkaForkJoinPool] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (AkkaForkJoinPool, B)
    Implicit
    This member is added by an implicit conversion from AkkaForkJoinPool toArrowAssoc[AkkaForkJoinPool] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from LoadMetrics

Inherited from ForkJoinPool

Inherited from ExecutorService

Inherited from Executor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromAkkaForkJoinPool to any2stringadd[AkkaForkJoinPool]

Inherited by implicit conversion StringFormat fromAkkaForkJoinPool to StringFormat[AkkaForkJoinPool]

Inherited by implicit conversion Ensuring fromAkkaForkJoinPool to Ensuring[AkkaForkJoinPool]

Inherited by implicit conversion ArrowAssoc fromAkkaForkJoinPool to ArrowAssoc[AkkaForkJoinPool]

Ungrouped