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 SummaryConstructorsConstructorDescriptionReceivedActorRefCompressionTable(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef> table) 
- 
Method SummaryModifier 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.ProductproductElementNames
- 
Constructor Details- 
ReceivedActorRefCompressionTablepublic ReceivedActorRefCompressionTable(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef> table) 
 
- 
- 
Method Details- 
applypublic static org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedActorRefCompressionTable apply(UniqueAddress from, org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef> table) 
- 
unapplypublic 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
- 
copypublic 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 interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productElementName- Specified by:
- productElementNamein interface- scala.Product
 
- 
hashCodepublic int hashCode()
- 
toString
- 
equals
 
-