- All Implemented Interfaces:
- ClusterMessage, java.io.Serializable, scala.Equals, scala.Product
public final 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