Class ThrottlerTransportAdapter.Unthrottled$
java.lang.Object
org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
- All Implemented Interfaces:
- Serializable,- NoSerializationVerificationNeeded,- ThrottlerTransportAdapter.ThrottleMode,- scala.Equals,- scala.Product
- Enclosing class:
- ThrottlerTransportAdapter
public static class ThrottlerTransportAdapter.Unthrottled$
extends Object
implements ThrottlerTransportAdapter.ThrottleMode, scala.Product, Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ThrottlerTransportAdapter.Unthrottled$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>scala.concurrent.duration.FiniteDurationtimeToAvailable(long currentNanoTime, int tokens) toString()scala.Tuple2<ThrottlerTransportAdapter.ThrottleMode,Object> tryConsumeTokens(long nanoTimeOfSend, int tokens) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualsequalsMethods inherited from interface scala.ProductproductElementName, productElementNames
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Unthrottled$public Unthrottled$()
 
- 
- 
Method Details- 
tryConsumeTokenspublic scala.Tuple2<ThrottlerTransportAdapter.ThrottleMode,Object> tryConsumeTokens(long nanoTimeOfSend, int tokens) - Specified by:
- tryConsumeTokensin interface- ThrottlerTransportAdapter.ThrottleMode
 
- 
timeToAvailablepublic scala.concurrent.duration.FiniteDuration timeToAvailable(long currentNanoTime, int tokens) - Specified by:
- timeToAvailablein interface- ThrottlerTransportAdapter.ThrottleMode
 
- 
getInstanceJava API: get the singleton instance
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
hashCodepublic int hashCode()
- 
toString
 
-