Akka.Routing.ConsistentHashingRoutingLogic.ConsistentHashingRoutingLogic C# (CSharp) Метод

ConsistentHashingRoutingLogic() публичный Метод

Initializes a new instance of the ConsistentHashingRoutingLogic class. A ConsistentHashingRoutingLogic configured in this way uses the ConsistentHashingRouter.EmptyConsistentHashMapping as the hash mapping function with a virtual node factor of 0 (zero).
public ConsistentHashingRoutingLogic ( ActorSystem system ) : System
system ActorSystem The actor system that owns the router with this logic.
Результат System
        public ConsistentHashingRoutingLogic(ActorSystem system)
            : this(system, 0, ConsistentHashingRouter.EmptyConsistentHashMapping)
        {
        }

Same methods

ConsistentHashingRoutingLogic::ConsistentHashingRoutingLogic ( ActorSystem system, int virtualNodesFactor, ConsistentHashMapping hashMapping ) : System