object ThrottlerTransportAdapter

Source
ThrottlerTransportAdapter.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThrottlerTransportAdapter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Direction extends AnyRef
  2. final case class ForceDisassociate(address: Address) extends Product with Serializable

    Management Command to force disassociation of an address.

    Management Command to force disassociation of an address.

    Annotations
    @SerialVersionUID()
  3. final case class ForceDisassociateExplicitly(address: Address, reason: DisassociateInfo) extends Product with Serializable

    Management Command to force disassociation of an address with an explicit error.

    Management Command to force disassociation of an address with an explicit error.

    Annotations
    @SerialVersionUID() @nowarn()
  4. final case class SetThrottle(address: Address, direction: Direction, mode: ThrottleMode) extends Product with Serializable
    Annotations
    @SerialVersionUID()
  5. sealed trait ThrottleMode extends NoSerializationVerificationNeeded
  6. final case class TokenBucket(capacity: Int, tokensPerSecond: Double, nanoTimeOfLastSend: Long, availableTokens: Int) extends ThrottleMode with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val SchemeIdentifier: String
  5. val UniqueId: AtomicInteger
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def blackholeThrottleMode(): ThrottleMode

    Java API: get the ThrottleMode.Blackhole instance

  8. def bothDirection(): Direction

    Java API: get the Direction.Both instance

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def receiveDirection(): Direction

    Java API: get the Direction.Receive instance

  19. def sendDirection(): Direction

    Java API: get the Direction.Send instance

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def unthrottledThrottleMode(): ThrottleMode

    Java API: get the ThrottleMode.Unthrottled instance

  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. case object Blackhole extends ThrottleMode with Product with Serializable
    Annotations
    @SerialVersionUID()
  27. object Direction
  28. case object ForceDisassociateAck extends Product with Serializable
    Annotations
    @SerialVersionUID()
  29. case object SetThrottleAck extends Product with Serializable
    Annotations
    @SerialVersionUID()
  30. case object Unthrottled extends ThrottleMode with Product with Serializable
    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped