Class

spinal.lib.pipeline.Connection

QueueLowLatency

Related Doc: package Connection

Permalink

case class QueueLowLatency(depth: Int) extends ConnectionLogic with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ConnectionLogic, OverridedEqualsHashCode, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueueLowLatency
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ConnectionLogic
  7. OverridedEqualsHashCode
  8. Nameable
  9. ContextUser
  10. ScalaLocated
  11. GlobalDataUser
  12. OwnableRef
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueueLowLatency(depth: Int)

    Permalink

Type Members

  1. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alwasContainsSlaveToken: Boolean

    Permalink
    Definition Classes
    QueueLowLatencyConnectionLogic
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def component: Component

    Permalink
    Definition Classes
    ContextUser
  8. val depth: Int

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  11. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Nameable
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getDisplayName(): String

    Permalink
    Definition Classes
    Nameable
  14. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  15. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  16. def getName(default: String): String

    Permalink
    Definition Classes
    Nameable
  17. def getName(): String

    Permalink
    Definition Classes
    Nameable
  18. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  19. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  20. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  21. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  22. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  23. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  24. def hashCode(): Int

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  25. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isNamed: Boolean

    Permalink
    Definition Classes
    Nameable
  28. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  29. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  30. def latency: Int

    Permalink
    Definition Classes
    QueueLowLatencyConnectionLogic
  31. var name: String

    Permalink
    Definition Classes
    Nameable
  32. var nameableRef: Nameable

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. def on(m: ConnectionPoint, s: ConnectionPoint, flush: Bool, flushNext: Bool, flushNextHit: Bool, throwHead: Bool, throwHeadHit: Bool): Area

    Permalink
    Definition Classes
    QueueLowLatencyConnectionLogic
  37. def overrideLocalName(name: String): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  38. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  39. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  40. def reflectNames(): Unit

    Permalink
    Definition Classes
    Nameable
  41. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  42. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  43. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  44. def setCompositeName(nameable: Nameable, postfix: String): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  45. def setCompositeName(nameable: Nameable, namePriority: Byte): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  46. def setCompositeName(nameable: Nameable, weak: Boolean): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  47. def setCompositeName(nameable: Nameable): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  48. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  49. def setName(name: String, namePriority: Byte): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  50. def setName(name: String, weak: Boolean): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  51. def setName(name: String): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  52. def setNameAsWeak(): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  53. def setPartialName(name: String, namePriority: Byte, owner: Any): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  54. def setPartialName(name: String, namePriority: Byte): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  55. def setPartialName(name: String, weak: Boolean): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  56. def setPartialName(owner: Nameable, name: String, namePriority: Byte): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  57. def setPartialName(owner: Nameable, name: String, weak: Boolean): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  58. def setPartialName(name: String): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  59. def setPartialName(owner: Nameable, name: String): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  60. def setPartialName(owner: Nameable): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  61. def setRefOwner(that: Any): Unit

    Permalink
    Definition Classes
    OwnableRef
  62. def setScalaLocated(source: ScalaLocated): QueueLowLatency.this.type

    Permalink
    Definition Classes
    ScalaLocated
  63. def setWeakName(name: String): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  64. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Nameable → AnyRef → Any
  66. def tokenCapacity: Int

    Permalink
    Definition Classes
    QueueLowLatencyConnectionLogic
  67. def unsetName(): QueueLowLatency.this.type

    Permalink
    Definition Classes
    Nameable
  68. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def withPayload: Boolean

    Permalink
    Definition Classes
    ConnectionLogic

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ConnectionLogic

Inherited from OverridedEqualsHashCode

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped