|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.cluster.UniqueAddress
public class UniqueAddress
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.
| Constructor Summary | |
|---|---|
UniqueAddress(Address address,
int uid)
|
|
| Method Summary | |
|---|---|
Address |
address()
|
int |
compare(UniqueAddress that)
|
int |
hashCode()
|
int |
uid()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.math.Ordered |
|---|
$greater, $greater$eq, $less, $less$eq, compareTo |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public UniqueAddress(Address address,
int uid)
| Method Detail |
|---|
public Address address()
public int uid()
public int hashCode()
hashCode in class java.lang.Objectpublic int compare(UniqueAddress that)
compare in interface scala.math.Ordered<UniqueAddress>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||