akka.dispatch.ForkJoinExecutorConfigurator

AkkaForkJoinPool

final class AkkaForkJoinPool extends ForkJoinPool with LoadMetrics

INTERNAL AKKA USAGE ONLY

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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AkkaForkJoinPool, B)

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to ArrowAssoc[AkkaForkJoinPool] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def atFullThrottle(): Boolean

    Definition Classes
    AkkaForkJoinPool → LoadMetrics
  10. def awaitQuiescence(arg0: Long, arg1: TimeUnit): Boolean

    Definition Classes
    ForkJoinPool
  11. def awaitTermination(arg0: Long, arg1: TimeUnit): Boolean

    Definition Classes
    ForkJoinPool → ExecutorService
    Annotations
    @throws( ... )
  12. def clone(): AnyRef

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

    Attributes
    protected[scala.concurrent.forkjoin]
    Definition Classes
    ForkJoinPool
  14. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (AkkaForkJoinPool) ⇒ Boolean): AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to Ensuring[AkkaForkJoinPool] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to Ensuring[AkkaForkJoinPool] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    ForkJoinPool
  22. def finalize(): Unit

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

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

    Definition Classes
    ForkJoinPool
  25. def getAsyncMode(): Boolean

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

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

    Definition Classes
    ForkJoinPool
  28. def getParallelism(): Int

    Definition Classes
    ForkJoinPool
  29. def getPoolSize(): Int

    Definition Classes
    ForkJoinPool
  30. def getQueuedSubmissionCount(): Int

    Definition Classes
    ForkJoinPool
  31. def getQueuedTaskCount(): Long

    Definition Classes
    ForkJoinPool
  32. def getRunningThreadCount(): Int

    Definition Classes
    ForkJoinPool
  33. def getStealCount(): Long

    Definition Classes
    ForkJoinPool
  34. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

    Definition Classes
    ForkJoinPool
  35. def hasQueuedSubmissions(): Boolean

    Definition Classes
    ForkJoinPool
  36. def hashCode(): Int

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

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

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

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

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

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

    Definition Classes
    Any
  43. def isQuiescent(): Boolean

    Definition Classes
    ForkJoinPool
  44. def isShutdown(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  60. def toString(): String

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

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (akkaForkJoinPool: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (akkaForkJoinPool: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to ArrowAssoc[AkkaForkJoinPool] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (akkaForkJoinPool: ArrowAssoc[AkkaForkJoinPool]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AkkaForkJoinPool

    Implicit information
    This member is added by an implicit conversion from AkkaForkJoinPool to Ensuring[AkkaForkJoinPool] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (akkaForkJoinPool: Ensuring[AkkaForkJoinPool]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from AkkaForkJoinPool to StringFormat

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

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

Ungrouped