akka.dispatch

ThreadPoolConfig

object ThreadPoolConfig extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ThreadPoolConfig
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Type Members

  1. type Bounds = Int

  2. type FlowHandler = Either[RejectedExecutionHandler, Bounds]

  3. type QueueFactory = () ⇒ BlockingQueue[Runnable]

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def arrayBlockingQueue (capacity: Int, fair: Boolean): QueueFactory

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val defaultAllowCoreThreadTimeout : Boolean

  10. val defaultCorePoolSize : Int

  11. def defaultFlowHandler : FlowHandler

  12. val defaultMaxPoolSize : Int

  13. val defaultTimeout : Duration

  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def fixedPoolSize (size: Int): Int

  18. def flowHandler (bounds: Int): FlowHandler

  19. def flowHandler (rejectionHandler: RejectedExecutionHandler): FlowHandler

  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def linkedBlockingQueue (capacity: Int): QueueFactory

  24. def linkedBlockingQueue (): QueueFactory

  25. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def readResolve (): AnyRef

    Attributes
    protected
  29. def reusableQueue (queueFactory: QueueFactory): QueueFactory

  30. def reusableQueue (queue: BlockingQueue[Runnable]): QueueFactory

  31. def scaledPoolSize (multiplier: Double): Int

  32. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def synchronousQueue (fair: Boolean): QueueFactory

  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any