Class Throttle$
- java.lang.Object
-
- scala.runtime.AbstractFunction4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.Throttle>
-
- org.apache.pekko.remote.testconductor.Throttle$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.Throttle>
public class Throttle$ extends scala.runtime.AbstractFunction4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.Throttle> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Throttle$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.remote.testconductor.Throttle
apply(RoleName node, RoleName target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
java.lang.String
toString()
scala.Option<scala.Tuple4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object>>
unapply(org.apache.pekko.remote.testconductor.Throttle x$0)
-
-
-
Field Detail
-
MODULE$
public static final Throttle$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.Throttle>
- Overrides:
toString
in classscala.runtime.AbstractFunction4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.Throttle>
-
apply
public org.apache.pekko.remote.testconductor.Throttle apply(RoleName node, RoleName target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
-
unapply
public scala.Option<scala.Tuple4<RoleName,RoleName,ThrottlerTransportAdapter.Direction,java.lang.Object>> unapply(org.apache.pekko.remote.testconductor.Throttle x$0)
-
-