Object/Class

akka.remote.transport

ThrottlerTransportAdapter

Related Docs: class ThrottlerTransportAdapter | package transport

Permalink

object ThrottlerTransportAdapter

Source
ThrottlerTransportAdapter.scala
Linear Supertypes
AnyRef, Any
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. All

Type Members

  1. sealed trait Direction extends AnyRef

    Permalink
  2. final case class ForceDisassociate(address: Address) extends Product with Serializable

    Permalink

    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

    Permalink

    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()
  4. final case class SetThrottle(address: Address, direction: Direction, mode: ThrottleMode) extends Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. sealed trait ThrottleMode extends NoSerializationVerificationNeeded

    Permalink
  6. final case class TokenBucket(capacity: Int, tokensPerSecond: Double, nanoTimeOfLastSend: Long, availableTokens: Int) extends ThrottleMode with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

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. object Blackhole extends ThrottleMode with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. object Direction

    Permalink
  6. object ForceDisassociateAck extends Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. val SchemeIdentifier: String

    Permalink
  8. object SetThrottleAck extends Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. val UniqueId: AtomicInteger

    Permalink
  10. object Unthrottled extends ThrottleMode with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def blackholeThrottleMode(): ThrottleMode

    Permalink

    Java API: get the ThrottleMode.Blackhole instance

  13. def bothDirection(): Direction

    Permalink

    Java API: get the Direction.Both instance

  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def receiveDirection(): Direction

    Permalink

    Java API: get the Direction.Receive instance

  25. def sendDirection(): Direction

    Permalink

    Java API: get the Direction.Send instance

  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def unthrottledThrottleMode(): ThrottleMode

    Permalink

    Java API: get the ThrottleMode.Unthrottled instance

  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped