Package org.apache.pekko.remote
Class UniqueAddress
java.lang.Object
org.apache.pekko.remote.UniqueAddress
- All Implemented Interfaces:
Serializable,Comparable<UniqueAddress>,scala.Equals,scala.math.Ordered<UniqueAddress>,scala.Product
public final class UniqueAddress
extends Object
implements scala.math.Ordered<UniqueAddress>, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()static UniqueAddressbooleanintcompare(UniqueAddress that) longbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()longuid()unapply(UniqueAddress x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.math.Ordered
$greater, $greater$eq, $less, $less$eq, compareToMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UniqueAddress
-
-
Method Details
-
apply
-
unapply
-
address
-
uid
public long uid() -
hashCode
public int hashCode() -
compare
- Specified by:
comparein interfacescala.math.Ordered<UniqueAddress>
-
toString
-
copy
-
copy$default$1
-
copy$default$2
public long 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
-
equals
-