final case class DeadlockDetected[Name, +A](elems: Seq[(Name, A)], trigger: DeadlockTrigger) extends ControlOutput[Name, Nothing, A, Nothing] with Product with Serializable
Signals that the received elements from active sources have spread out over so many buckets that the remaining active sources with outstanding elements cannot reach the configured threshold. Reconfiguration is necessary to make progress.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeadlockDetected
- ControlOutput
- Output
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeadlockDetected(elems: Seq[(Name, A)], trigger: DeadlockTrigger)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val elems: Seq[(Name, A)]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[ConfigAndMat2, A2, Offset2](fConfigAndMat: (Name, Nothing) => ConfigAndMat2, fA: (Name, A) => A2, fOffset: (Nothing) => Offset2): DeadlockDetected[Name, A2]
- Definition Classes
- DeadlockDetected → ControlOutput → Output
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val trigger: DeadlockTrigger
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])