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.ReceivedActorRefCompressionTable
apply
(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef> table) boolean
org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedActorRefCompressionTable
copy
(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef> table) org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef>
boolean
from()
int
hashCode()
int
productElement
(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, wait
Methods 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:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-