Class CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
java.lang.Object
org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- CompressionProtocol.Events$
public final class CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
extends Object
implements scala.Product, Serializable
INTERNAL API
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReceivedClassManifestCompressionTable(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<String> table) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTableapply(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<String> table) booleanorg.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTablecopy(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<String> table) org.apache.pekko.remote.artery.compress.CompressionTable<String>booleanfrom()inthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>org.apache.pekko.remote.artery.compress.CompressionTable<String>table()toString()static scala.Option<scala.Tuple2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<String>>> unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTable 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
-
ReceivedClassManifestCompressionTable
public ReceivedClassManifestCompressionTable(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<String> table)
-
-
Method Details
-
apply
public static org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTable apply(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<String> table) -
unapply
public static scala.Option<scala.Tuple2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<String>>> unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTable x$0) -
from
-
table
-
copy
public org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTable copy(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<String> table) -
copy$default$1
-
copy$default$2
-
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
-