C# Class Akka.Cluster.Tests.MultiNode.NodeMembershipSpec

Inheritance: MultiNodeClusterSpec
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Set_of_connected_cluster_systems_must_correct_member_age ( ) : void
Set_of_connected_cluster_systems_must_with_three_nodes_start_gossiping_to_each_other_so_that_all_nodes_gets_same_gossip_info ( ) : void
Set_of_connected_cluster_systems_must_with_two_nodes_start_gossiping_to_each_other_so_that_both_nodes_gets_same_gossip_info ( ) : void

Protected Methods

Method Description
NodeMembershipSpec ( ) : System.Linq
NodeMembershipSpec ( NodeMembershipSpecConfig config ) : System.Linq

Private Methods

Method Description
NodeMembershipSpecs ( ) : void

Method Details

NodeMembershipSpec() protected method

protected NodeMembershipSpec ( ) : System.Linq
return System.Linq

NodeMembershipSpec() protected method

protected NodeMembershipSpec ( NodeMembershipSpecConfig config ) : System.Linq
config NodeMembershipSpecConfig
return System.Linq

Set_of_connected_cluster_systems_must_correct_member_age() public method

Set_of_connected_cluster_systems_must_with_three_nodes_start_gossiping_to_each_other_so_that_all_nodes_gets_same_gossip_info() public method

Set_of_connected_cluster_systems_must_with_two_nodes_start_gossiping_to_each_other_so_that_both_nodes_gets_same_gossip_info() public method