akka.cluster
Class GossipStatus

java.lang.Object
  extended by akka.cluster.GossipStatus
All Implemented Interfaces:
ClusterMessage, java.io.Serializable, scala.Equals, scala.Product

public class GossipStatus
extends java.lang.Object
implements ClusterMessage, scala.Product, scala.Serializable

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.

See Also:
Serialized Form

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

GossipStatus

public GossipStatus(UniqueAddress from,
                    VectorClock version)
Method Detail

from

public UniqueAddress from()

version

public VectorClock version()