Apache Pekko 2.0.0-M3+222-b197663b-SNAPSHOT - org.apache.pekko.dispatch.ThreadPoolConfig Apache Pekko2.0.0-M3+222-b197663b-SNAPSHOT < Back  Packages  package root Definition Classesroot  package org Definition Classesroot  package apache Definition Classesorg  package pekko Definition Classesapache  package dispatch Definition Classespekko  package affinity Definition Classesdispatch AbstractBoundedNodeQueue AbstractNodeQueue BalancingDispatcherConfigurator BoundedControlAwareMailbox BoundedControlAwareMessageQueueSemantics BoundedDequeBasedMailbox BoundedDequeBasedMessageQueue BoundedDequeBasedMessageQueueSemantics BoundedMailbox BoundedMessageQueueSemantics BoundedNodeMessageQueue BoundedPriorityMailbox BoundedQueueBasedMessageQueue BoundedStablePriorityMailbox CompletionStages ControlAwareMessageQueueSemantics ControlMessage DefaultExecutorServiceConfigurator DequeBasedMessageQueue DequeBasedMessageQueueSemantics Dispatcher DispatcherConfigurator DispatcherPrerequisites Dispatchers Envelope ExecutionContexts ExecutorServiceConfigurator ExecutorServiceDelegate ExecutorServiceFactory ExecutorServiceFactoryProvider ForkJoinExecutorConfigurator Futures MailboxType Mailboxes MessageDispatcher MessageDispatcherConfigurator MessageQueue MonitorableCarrierThreadFactory MonitorableThreadFactory MultipleConsumerSemantics NodeMessageQueue NonBlockingBoundedMailbox PinnedDispatcher PinnedDispatcherConfigurator PriorityGenerator ProducesMessageQueue QueueBasedMessageQueue RequiresMessageQueue SaneRejectedExecutionHandler SingleConsumerOnlyUnboundedMailbox TaskInvocation ThreadPoolConfig ThreadPoolConfigBuilder ThreadPoolExecutorConfigurator ThreadPoolExecutorServiceFactoryProvider UnboundedControlAwareMailbox UnboundedControlAwareMessageQueueSemantics UnboundedDequeBasedMailbox UnboundedDequeBasedMessageQueue UnboundedDequeBasedMessageQueueSemantics UnboundedMailbox UnboundedMessageQueueSemantics UnboundedPriorityMailbox UnboundedQueueBasedMessageQueue UnboundedStablePriorityMailbox VirtualThreadExecutorConfigurator VirtualizedExecutorService o org.apache.pekko.dispatchThreadPoolConfig Companion class ThreadPoolConfig object ThreadPoolConfig extends Serializable SourceThreadPoolBuilder.scala Linear Supertypes Serializable, AnyRef, Any  Ordering Alphabetic By Inheritance Inherited ThreadPoolConfig Serializable AnyRef Any Hide All Show All Visibility Public Protected Type Members  type QueueFactory = () => BlockingQueue[Runnable] Value Members  final def !=(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def ##: Int Definition ClassesAnyRef → Any  final def ==(arg0: Any): Boolean Definition ClassesAnyRef → Any  def arrayBlockingQueue(capacity: Int, fair: Boolean): QueueFactory  final def asInstanceOf[T0]: T0 Definition ClassesAny  def clone(): AnyRef Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()  val defaultAllowCoreThreadTimeout: Boolean  val defaultCorePoolSize: Int  val defaultMaxPoolSize: Int  val defaultRejectionPolicy: RejectedExecutionHandler  val defaultTimeout: Duration  final def eq(arg0: AnyRef): Boolean Definition ClassesAnyRef  def equals(arg0: AnyRef): Boolean Definition ClassesAnyRef → Any  final def getClass(): Class[_ <: AnyRef] Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  def hashCode(): Int Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  final def isInstanceOf[T0]: Boolean Definition ClassesAny  def linkedBlockingQueue(capacity: Int): QueueFactory  def linkedBlockingQueue(): QueueFactory  final def ne(arg0: AnyRef): Boolean Definition ClassesAnyRef  final def notify(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  final def notifyAll(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  def reusableQueue(queueFactory: QueueFactory): QueueFactory  def reusableQueue(queue: BlockingQueue[Runnable]): QueueFactory  def scaledPoolSize(floor: Int, multiplier: Double, ceiling: Int): Int  final def synchronized[T0](arg0: => T0): T0 Definition ClassesAnyRef  def synchronousQueue(fair: Boolean): QueueFactory  def toString(): String Definition ClassesAnyRef → Any  final def wait(arg0: Long, arg1: Int): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException])  final def wait(arg0: Long): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) @native()  final def wait(): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) Deprecated Value Members  def finalize(): Unit Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.Throwable]) @Deprecated Deprecated (Since version 9) Inherited from Serializable Inherited from AnyRef Inherited from Any Ungrouped