C# 클래스 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.
상속: IClusterMessage
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GossipStatus ( UniqueAddress from, VectorClock version ) : System

보호된 메소드들

메소드 설명
Equals ( GossipStatus other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( GossipStatus other ) : bool
other GossipStatus
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GossipStatus() 공개 메소드

public GossipStatus ( UniqueAddress from, VectorClock version ) : System
from UniqueAddress
version VectorClock
리턴 System