Class CompressionProtocol.Events$.HeavyHitterDetected$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<java.lang.Object,​java.lang.Object,​java.lang.Object,​akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected>
    Enclosing class:
    CompressionProtocol.Events$

    public class CompressionProtocol.Events$.HeavyHitterDetected$
    extends scala.runtime.AbstractFunction3<java.lang.Object,​java.lang.Object,​java.lang.Object,​akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected apply​(java.lang.Object key, int id, long count)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

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

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

        apply
    • Constructor Detail

      • HeavyHitterDetected$

        public HeavyHitterDetected$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<java.lang.Object,​java.lang.Object,​java.lang.Object,​akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<java.lang.Object,​java.lang.Object,​java.lang.Object,​akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected>
      • apply

        public akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected apply​(java.lang.Object key,
                                                                                                int id,
                                                                                                long count)
      • unapply

        public scala.Option<scala.Tuple3<java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(akka.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected x$0)