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