o
org.apache.pekko.remote.transport
ThrottlerTransportAdapter
Companion class ThrottlerTransportAdapter
object ThrottlerTransportAdapter
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThrottlerTransportAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Direction extends AnyRef
- 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()
- 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()
- final case class SetThrottle(address: Address, direction: Direction, mode: ThrottleMode) extends Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait ThrottleMode extends NoSerializationVerificationNeeded
- final case class TokenBucket(capacity: Int, tokensPerSecond: Double, nanoTimeOfLastSend: Long, availableTokens: Int) extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
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
- val SchemeIdentifier: String
- val UniqueId: AtomicInteger
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blackholeThrottleMode(): ThrottleMode
Java API: get the ThrottleMode.Blackhole instance
- def bothDirection(): Direction
Java API: get the Direction.Both instance
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def receiveDirection(): Direction
Java API: get the Direction.Receive instance
- def sendDirection(): Direction
Java API: get the Direction.Send instance
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unthrottledThrottleMode(): ThrottleMode
Java API: get the ThrottleMode.Unthrottled instance
- 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])
- case object Blackhole extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
- object Direction
- case object ForceDisassociateAck extends Product with Serializable
- Annotations
- @SerialVersionUID()
- case object SetThrottleAck extends Product with Serializable
- Annotations
- @SerialVersionUID()
- case object Unthrottled extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()