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

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

Public Methods

Method Description
A_cluster_router_with_consistent_hashing_group_must_send_to_same_destinations_from_different_nodes ( ) : void

Protected Methods

Method Description
ClusterConsistentHashingGroupSpec ( ) : System.Collections.Generic
ClusterConsistentHashingGroupSpec ( ClusterConsistentHashingGroupSpecConfig config ) : System.Collections.Generic
CurrentRoutees ( IActorRef router ) : Akka.Routing.Routees
FullAddress ( IActorRef actorRef ) : Akka.Actor.Address

Fills in the self address for local ActorRef

Method Details

A_cluster_router_with_consistent_hashing_group_must_send_to_same_destinations_from_different_nodes() public method

ClusterConsistentHashingGroupSpec() protected method

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

ClusterConsistentHashingGroupSpec() protected method

protected ClusterConsistentHashingGroupSpec ( ClusterConsistentHashingGroupSpecConfig config ) : System.Collections.Generic
config ClusterConsistentHashingGroupSpecConfig
return System.Collections.Generic

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