|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.cluster.GossipStatus
public class GossipStatus
INTERNAL API
When there are no known changes to the node ring a GossipStatus
initiates a gossip chat between two members. If the receiver has a newer
version it replies with a GossipEnvelope. If receiver has older version
it replies with its GossipStatus. Same versions ends the chat immediately.
| Constructor Summary | |
|---|---|
GossipStatus(UniqueAddress from,
VectorClock version)
|
|
| Method Summary | |
|---|---|
UniqueAddress |
from()
|
VectorClock |
version()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public GossipStatus(UniqueAddress from,
VectorClock version)
| Method Detail |
|---|
public UniqueAddress from()
public VectorClock version()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||