akka.dispatch.ForkJoinExecutorConfigurator

AkkaForkJoinPool

Related Doc: package ForkJoinExecutorConfigurator

final class AkkaForkJoinPool extends ForkJoinPool with LoadMetrics

INTERNAL AKKA USAGE ONLY

Source
AbstractDispatcher.scala
Linear Supertypes
LoadMetrics, ForkJoinPool, AbstractExecutorService, ExecutorService, Executor, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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
Learn more about member selection
Visibility
  1. Public
  2. All

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 information
    This member is added by an implicit conversion from AkkaForkJoinPool to any2stringadd[AkkaForkJoinPool] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AkkaForkJoinPool, B)

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to ArrowAssoc[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( ... )
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def drainTasksTo(arg0: Collection[_ >: ForkJoinTask[_]]): Int

    Attributes
    protected[scala.concurrent.forkjoin]
    Definition Classes
    ForkJoinPool
  12. def ensuring(cond: (AkkaForkJoinPool) ⇒ Boolean, msg: ⇒ Any): AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to Ensuring[AkkaForkJoinPool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (AkkaForkJoinPool) ⇒ Boolean): AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to Ensuring[AkkaForkJoinPool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to Ensuring[AkkaForkJoinPool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to Ensuring[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: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def execute(r: Runnable): Unit

    Definition Classes
    AkkaForkJoinPool → ForkJoinPool → Executor
  19. def execute(arg0: ForkJoinTask[_]): Unit

    Definition Classes
    ForkJoinPool
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to StringFormat[AkkaForkJoinPool] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. def getActiveThreadCount(): Int

    Definition Classes
    ForkJoinPool
  23. def getAsyncMode(): Boolean

    Definition Classes
    ForkJoinPool
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getFactory(): ForkJoinWorkerThreadFactory

    Definition Classes
    ForkJoinPool
  26. def getParallelism(): Int

    Definition Classes
    ForkJoinPool
  27. def getPoolSize(): Int

    Definition Classes
    ForkJoinPool
  28. def getQueuedSubmissionCount(): Int

    Definition Classes
    ForkJoinPool
  29. def getQueuedTaskCount(): Long

    Definition Classes
    ForkJoinPool
  30. def getRunningThreadCount(): Int

    Definition Classes
    ForkJoinPool
  31. def getStealCount(): Long

    Definition Classes
    ForkJoinPool
  32. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

    Definition Classes
    ForkJoinPool
  33. def hasQueuedSubmissions(): Boolean

    Definition Classes
    ForkJoinPool
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def invoke[T](arg0: ForkJoinTask[T]): T

    Definition Classes
    ForkJoinPool
  36. def invokeAll[T](arg0: Collection[_ <: Callable[T]]): List[Future[T]]

    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  37. def invokeAll[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): List[Future[T]]

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... )
  38. def invokeAny[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): T

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  39. def invokeAny[T](arg0: Collection[_ <: Callable[T]]): T

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... )
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def isQuiescent(): Boolean

    Definition Classes
    ForkJoinPool
  42. def isShutdown(): Boolean

    Definition Classes
    ForkJoinPool → ExecutorService
  43. def isTerminated(): Boolean

    Definition Classes
    ForkJoinPool → ExecutorService
  44. def isTerminating(): Boolean

    Definition Classes
    ForkJoinPool
  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. def newTaskFor[T](arg0: Callable[T]): RunnableFuture[T]

    Attributes
    protected[scala.concurrent.forkjoin]
    Definition Classes
    ForkJoinPool → AbstractExecutorService
  47. def newTaskFor[T](arg0: Runnable, arg1: T): RunnableFuture[T]

    Attributes
    protected[scala.concurrent.forkjoin]
    Definition Classes
    ForkJoinPool → AbstractExecutorService
  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  50. def pollSubmission(): ForkJoinTask[_]

    Attributes
    protected[scala.concurrent.forkjoin]
    Definition Classes
    ForkJoinPool
  51. def shutdown(): Unit

    Definition Classes
    ForkJoinPool → ExecutorService
  52. def shutdownNow(): List[Runnable]

    Definition Classes
    ForkJoinPool → ExecutorService
  53. def submit(arg0: Runnable): ForkJoinTask[_]

    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  54. def submit[T](arg0: Runnable, arg1: T): ForkJoinTask[T]

    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  55. def submit[T](arg0: Callable[T]): ForkJoinTask[T]

    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  56. def submit[T](arg0: ForkJoinTask[T]): ForkJoinTask[T]

    Definition Classes
    ForkJoinPool
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toString(): String

    Definition Classes
    ForkJoinPool → AnyRef → Any
  59. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def [B](y: B): (AkkaForkJoinPool, B)

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to ArrowAssoc[AkkaForkJoinPool] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from LoadMetrics

Inherited from ForkJoinPool

Inherited from AbstractExecutorService

Inherited from ExecutorService

Inherited from Executor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AkkaForkJoinPool to any2stringadd[AkkaForkJoinPool]

Inherited by implicit conversion StringFormat from AkkaForkJoinPool to StringFormat[AkkaForkJoinPool]

Inherited by implicit conversion Ensuring from AkkaForkJoinPool to Ensuring[AkkaForkJoinPool]

Inherited by implicit conversion ArrowAssoc from AkkaForkJoinPool to ArrowAssoc[AkkaForkJoinPool]

Ungrouped