C# Class Akka.Cluster.GossipOverview

Represents the overview of the cluster, holds the cluster convergence table and set with unreachable nodes.
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Copy ( ImmutableHashSet seen = null, Reachability reachability = null ) : GossipOverview
GossipOverview ( ) : System
GossipOverview ( ImmutableHashSet seen, Reachability reachability ) : System
GossipOverview ( Reachability reachability ) : System

Method Details

Copy() public method

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

GossipOverview() public method

public GossipOverview ( ) : System
return System

GossipOverview() public method

public GossipOverview ( ImmutableHashSet seen, Reachability reachability ) : System
seen ImmutableHashSet
reachability Reachability
return System

GossipOverview() public method

public GossipOverview ( Reachability reachability ) : System
reachability Reachability
return System