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.
Показать файл Открыть проект

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

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