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

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

공개 메소드들

메소드 설명
A_cluster_router_with_consistent_hashing_group_must_send_to_same_destinations_from_different_nodes ( ) : void

보호된 메소드들

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

메소드 상세

A_cluster_router_with_consistent_hashing_group_must_send_to_same_destinations_from_different_nodes() 공개 메소드

ClusterConsistentHashingGroupSpec() 보호된 메소드

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

ClusterConsistentHashingGroupSpec() 보호된 메소드

protected ClusterConsistentHashingGroupSpec ( ClusterConsistentHashingGroupSpecConfig config ) : System.Collections.Generic
config ClusterConsistentHashingGroupSpecConfig
리턴 System.Collections.Generic

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