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
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( GossipStatus other ) : bool

Method Details

Equals() protected méthode

protected Equals ( GossipStatus other ) : bool
other GossipStatus
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GossipStatus() public méthode

public GossipStatus ( UniqueAddress from, VectorClock version ) : System
from UniqueAddress
version VectorClock
Résultat System