C# Class Akka.Cluster.GossipStatus

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.
Inheritance: IClusterMessage
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GossipStatus ( UniqueAddress from, VectorClock version ) : System

Protected Methods

Method Description
Equals ( GossipStatus other ) : bool

Method Details

Equals() protected method

protected Equals ( GossipStatus other ) : bool
other GossipStatus
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GossipStatus() public method

public GossipStatus ( UniqueAddress from, VectorClock version ) : System
from UniqueAddress
version VectorClock
return System