Class

akka.dispatch.ForkJoinExecutorConfigurator

AkkaForkJoinPool

Related Doc: package ForkJoinExecutorConfigurator

Permalink

final class AkkaForkJoinPool extends ForkJoinPool with LoadMetrics

INTERNAL AKKA USAGE ONLY

Source
ForkJoinExecutorConfigurator.scala
Linear Supertypes
LoadMetrics, ForkJoinPool, AbstractExecutorService, ExecutorService, Executor, AnyRef, Any
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. All

Instance Constructors

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

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    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)

    Permalink
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def atFullThrottle(): Boolean

    Permalink
    Definition Classes
    AkkaForkJoinPool → LoadMetrics
  8. def awaitQuiescence(timeout: Long, unit: TimeUnit): Boolean

    Permalink
    Definition Classes
    ForkJoinPool
  9. def awaitTermination(timeout: Long, unit: TimeUnit): Boolean

    Permalink
    Definition Classes
    ForkJoinPool → ExecutorService
  10. def clone(): AnyRef

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

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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

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

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

    Permalink
    Definition Classes
    AkkaForkJoinPoolForkJoinPool → Executor
  19. def execute(task: ForkJoinTask[_]): Unit

    Permalink
    Definition Classes
    ForkJoinPool
  20. def finalize(): Unit

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

    Permalink
    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

    Permalink
    Definition Classes
    ForkJoinPool
  23. def getAsyncMode(): Boolean

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

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

    Permalink
    Definition Classes
    ForkJoinPool
  26. def getParallelism(): Int

    Permalink
    Definition Classes
    ForkJoinPool
  27. def getPoolSize(): Int

    Permalink
    Definition Classes
    ForkJoinPool
  28. def getQueuedSubmissionCount(): Int

    Permalink
    Definition Classes
    ForkJoinPool
  29. def getQueuedTaskCount(): Long

    Permalink
    Definition Classes
    ForkJoinPool
  30. def getRunningThreadCount(): Int

    Permalink
    Definition Classes
    ForkJoinPool
  31. def getStealCount(): Long

    Permalink
    Definition Classes
    ForkJoinPool
  32. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

    Permalink
    Definition Classes
    ForkJoinPool
  33. def hasQueuedSubmissions(): Boolean

    Permalink
    Definition Classes
    ForkJoinPool
  34. def hashCode(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  41. def isQuiescent(): Boolean

    Permalink
    Definition Classes
    ForkJoinPool
  42. def isShutdown(): Boolean

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

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

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

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

    Permalink
    Attributes
    protected[akka.dispatch.forkjoin]
    Definition Classes
    ForkJoinPool → AbstractExecutorService
  47. def newTaskFor[T](runnable: Runnable, value: T): RunnableFuture[T]

    Permalink
    Attributes
    protected[akka.dispatch.forkjoin]
    Definition Classes
    ForkJoinPool → AbstractExecutorService
  48. final def notify(): Unit

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

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

    Permalink
    Attributes
    protected[akka.dispatch.forkjoin]
    Definition Classes
    ForkJoinPool
  51. def shutdown(): Unit

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

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

    Permalink
    Definition Classes
    ForkJoinPool → AbstractExecutorService → ExecutorService
  54. def submit[T](task: Runnable, result: T): ForkJoinTask[T]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

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

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

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

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

    Permalink
    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