Class CompressionProtocol.Events$.HeavyHitterDetected
java.lang.Object
org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- CompressionProtocol.Events$
public final class CompressionProtocol.Events$.HeavyHitterDetected
extends Object
implements scala.Product, Serializable
INTERNAL API
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetectedbooleanorg.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetectedintlonglongcount()booleaninthashCode()intid()key()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
HeavyHitterDetected
-
-
Method Details
-
apply
public static org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected apply(Object key, int id, long count) -
unapply
-
key
-
id
public int id() -
count
public long count() -
copy
public org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected copy(Object key, int id, long count) -
copy$default$1
-
copy$default$2
public int copy$default$2() -
copy$default$3
public long copy$default$3() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-