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. val defaultDaemonic : Boolean

  12. def defaultFlowHandler : FlowHandler

  13. val defaultMaxPoolSize : Int

  14. val defaultTimeout : Duration

  15. def eq (arg0: AnyRef): Boolean

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

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

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

  19. def flowHandler (bounds: Int): FlowHandler

  20. def flowHandler (rejectionHandler: RejectedExecutionHandler): FlowHandler

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  22. def hashCode (): Int

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

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

  25. def linkedBlockingQueue (): QueueFactory

  26. def ne (arg0: AnyRef): Boolean

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

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

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

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

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

  32. def scaledPoolSize (multiplier: Double): Int

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

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

  35. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any