C# Class Akka.Tests.Routing.ConsistentHashingRouterSpec

Inheritance: AkkaSpec
显示文件 Open project: rogeralsing/akka.net

Public Methods

Method Description
ConsistentHashingRouterSpec ( ) : System

Private Methods

Method Description
Consistent_hashing_group_router_must_create_routees_from_configuration ( ) : System.Threading.Tasks.Task
Consistent_hashing_group_router_must_select_destination_based_on_consistent_hash_key_of_message ( ) : void
Consistent_hashing_group_router_must_select_destination_with_defined_hash_mapping ( ) : void
Consistent_hashing_router_must_adjust_node_ring_when_routee_dies ( ) : void
Consistent_hashing_router_must_create_routees_from_configuration ( ) : System.Threading.Tasks.Task
Consistent_hashing_router_must_select_destination_based_on_consistent_hash_key_of_message ( ) : void
Consistent_hashing_router_must_select_destination_with_defined_hash_mapping ( ) : void

Method Details

ConsistentHashingRouterSpec() public method

public ConsistentHashingRouterSpec ( ) : System
return System