Class Throttle$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function4<RoleName,​RoleName,​Direction,​java.lang.Object,​akka.remote.testconductor.Throttle>

    public class Throttle$
    extends scala.runtime.AbstractFunction4<RoleName,​RoleName,​Direction,​java.lang.Object,​akka.remote.testconductor.Throttle>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Throttle$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Throttle$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.remote.testconductor.Throttle apply​(RoleName node, RoleName target, Direction direction, float rateMBit)  
      java.lang.String toString()  
      scala.Option<scala.Tuple4<RoleName,​RoleName,​Direction,​java.lang.Object>> unapply​(akka.remote.testconductor.Throttle x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction4

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function4

        apply
    • Field Detail

      • MODULE$

        public static final Throttle$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Throttle$

        public Throttle$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function4<RoleName,​RoleName,​Direction,​java.lang.Object,​akka.remote.testconductor.Throttle>
        Overrides:
        toString in class scala.runtime.AbstractFunction4<RoleName,​RoleName,​Direction,​java.lang.Object,​akka.remote.testconductor.Throttle>
      • apply

        public akka.remote.testconductor.Throttle apply​(RoleName node,
                                                        RoleName target,
                                                        Direction direction,
                                                        float rateMBit)
      • unapply

        public scala.Option<scala.Tuple4<RoleName,​RoleName,​Direction,​java.lang.Object>> unapply​(akka.remote.testconductor.Throttle x$0)