C# Class Akka.Cluster.Tests.MultiNode.Routing.ClusterConsistentHashingRouterSpec

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

Public Methods

Method Description
ClusterConsistentHashingRouterSpecs ( ) : void

Protected Methods

Method Description
A_cluster_router_with_consistent_hashing_pool_must_create_routees_from_configuration ( ) : void
A_cluster_router_with_consistent_hashing_pool_must_deploy_programatically_defined_routees_to_the_member_nodes_in_the_cluster ( ) : void
A_cluster_router_with_consistent_hashing_pool_must_deploy_routees_to_new_member_nodes_in_the_cluster ( ) : void
A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping ( ) : void
A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping_and_cluster_config ( ) : void
A_cluster_router_with_consistent_hashing_pool_must_remove_routees_from_downed_node ( ) : void

An explicit check to ensure that our routers can adjust to unreachable member events as well

A_cluster_router_with_consistent_hashing_pool_must_select_destination_based_on_hash_key ( ) : void
A_cluster_router_with_consistent_hashing_pool_must_start_cluster_with2_nodes ( ) : void
AssertHashMapping ( IActorRef router ) : void
ClusterConsistentHashingRouterSpec ( ) : System.Collections.Generic
ClusterConsistentHashingRouterSpec ( ConsistentHashingRouterMultiNodeConfig config ) : System.Collections.Generic
CurrentRoutees ( IActorRef router ) : Akka.Routing.Routees
FullAddress ( IActorRef actorRef ) : Akka.Actor.Address

Fills in the self address for local ActorRef

Private Methods

Method Description
CreateRouter1 ( ) : IActorRef

Method Details

A_cluster_router_with_consistent_hashing_pool_must_create_routees_from_configuration() protected method

A_cluster_router_with_consistent_hashing_pool_must_deploy_programatically_defined_routees_to_the_member_nodes_in_the_cluster() protected method

A_cluster_router_with_consistent_hashing_pool_must_deploy_routees_to_new_member_nodes_in_the_cluster() protected method

A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping() protected method

A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping_and_cluster_config() protected method

A_cluster_router_with_consistent_hashing_pool_must_remove_routees_from_downed_node() protected method

An explicit check to ensure that our routers can adjust to unreachable member events as well

A_cluster_router_with_consistent_hashing_pool_must_select_destination_based_on_hash_key() protected method

A_cluster_router_with_consistent_hashing_pool_must_start_cluster_with2_nodes() protected method

AssertHashMapping() protected method

protected AssertHashMapping ( IActorRef router ) : void
router IActorRef
return void

ClusterConsistentHashingRouterSpec() protected method

protected ClusterConsistentHashingRouterSpec ( ) : System.Collections.Generic
return System.Collections.Generic

ClusterConsistentHashingRouterSpec() protected method

protected ClusterConsistentHashingRouterSpec ( ConsistentHashingRouterMultiNodeConfig config ) : System.Collections.Generic
config ConsistentHashingRouterMultiNodeConfig
return System.Collections.Generic

ClusterConsistentHashingRouterSpecs() public method

public ClusterConsistentHashingRouterSpecs ( ) : void
return void

CurrentRoutees() protected method

protected CurrentRoutees ( IActorRef router ) : Akka.Routing.Routees
router IActorRef
return Akka.Routing.Routees

FullAddress() protected method

Fills in the self address for local ActorRef
protected FullAddress ( IActorRef actorRef ) : Akka.Actor.Address
actorRef IActorRef
return Akka.Actor.Address