case object Blackhole extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
- Source
- TestTransportCommands.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Blackhole
- Serializable
- Product
- Equals
- ThrottleMode
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance: ThrottleMode
Java API: get the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def timeToAvailable(currentNanoTime: Long, tokens: Int): FiniteDuration
- Definition Classes
- → ThrottleMode
- def tryConsumeTokens(nanoTimeOfSend: Long, tokens: Int): (, Boolean)
- Definition Classes
- → ThrottleMode