case classUniqueAddress(address: Address, uid: Int) extends Ordered[UniqueAddress] with Product with Serializable
Member identifier consisting of address and random uid.
The uid is needed to be able to distinguish different
incarnations of a member with same hostname and port.
Annotations
@SerialVersionUID(1L)
Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[UniqueAddress], Comparable[UniqueAddress], AnyRef, Any
Member identifier consisting of address and random
uid
. Theuid
is needed to be able to distinguish different incarnations of a member with same hostname and port.