C# 클래스 Akka.Routing.ConsistentRoutee

INTERNAL API Important to use ActorRef with full address, with host and port, in the hash ring, so that same ring is produced on different nodes. The ConsistentHash uses toString of the ring nodes, and the ActorRef itself isn't a good representation, because LocalActorRef doesn't include the host and port.
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
ConsistentRoutee ( Routee routee, Akka.Actor.Address selfAddress ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ToStringWithFullAddress ( ActorPath path ) : string

메소드 상세

ConsistentRoutee() 공개 메소드

public ConsistentRoutee ( Routee routee, Akka.Actor.Address selfAddress ) : System
routee Routee
selfAddress Akka.Actor.Address
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string