C# Класс Akka.Cluster.Tests.MultiNode.Routing.ClusterConsistentHashingRouterSpec

Наследование: MultiNodeClusterSpec
Показать файл Открыть проект

Открытые методы

Метод Описание
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