C# 클래스 Akka.Cluster.Tests.MultiNode.Routing.ClusterConsistentHashingRouterSpec

상속: MultiNodeClusterSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
ClusterConsistentHashingRouterSpecs ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateRouter1 ( ) : IActorRef

메소드 상세

A_cluster_router_with_consistent_hashing_pool_must_create_routees_from_configuration() 보호된 메소드

A_cluster_router_with_consistent_hashing_pool_must_deploy_programatically_defined_routees_to_the_member_nodes_in_the_cluster() 보호된 메소드

A_cluster_router_with_consistent_hashing_pool_must_deploy_routees_to_new_member_nodes_in_the_cluster() 보호된 메소드

A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping() 보호된 메소드

A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping_and_cluster_config() 보호된 메소드

A_cluster_router_with_consistent_hashing_pool_must_remove_routees_from_downed_node() 보호된 메소드

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() 보호된 메소드

A_cluster_router_with_consistent_hashing_pool_must_start_cluster_with2_nodes() 보호된 메소드

AssertHashMapping() 보호된 메소드

protected AssertHashMapping ( IActorRef router ) : void
router IActorRef
리턴 void

ClusterConsistentHashingRouterSpec() 보호된 메소드

protected ClusterConsistentHashingRouterSpec ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ClusterConsistentHashingRouterSpec() 보호된 메소드

protected ClusterConsistentHashingRouterSpec ( ConsistentHashingRouterMultiNodeConfig config ) : System.Collections.Generic
config ConsistentHashingRouterMultiNodeConfig
리턴 System.Collections.Generic

ClusterConsistentHashingRouterSpecs() 공개 메소드

public ClusterConsistentHashingRouterSpecs ( ) : void
리턴 void

CurrentRoutees() 보호된 메소드

protected CurrentRoutees ( IActorRef router ) : Akka.Routing.Routees
router IActorRef
리턴 Akka.Routing.Routees

FullAddress() 보호된 메소드

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