C# 클래스 Akka.Cluster.GossipOverview

Represents the overview of the cluster, holds the cluster convergence table and set with unreachable nodes.
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( ImmutableHashSet seen = null, Reachability reachability = null ) : GossipOverview
GossipOverview ( ) : System
GossipOverview ( ImmutableHashSet seen, Reachability reachability ) : System
GossipOverview ( Reachability reachability ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ImmutableHashSet seen = null, Reachability reachability = null ) : GossipOverview
seen ImmutableHashSet
reachability Reachability
리턴 GossipOverview

GossipOverview() 공개 메소드

public GossipOverview ( ) : System
리턴 System

GossipOverview() 공개 메소드

public GossipOverview ( ImmutableHashSet seen, Reachability reachability ) : System
seen ImmutableHashSet
reachability Reachability
리턴 System

GossipOverview() 공개 메소드

public GossipOverview ( Reachability reachability ) : System
reachability Reachability
리턴 System