| ConsistentHashingRoutingLogic Constructor (ActorSystem, Int32, ConsistentHashMapping) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ConsistentHashingRoutingLogic(
ActorSystem system,
int virtualNodesFactor,
ConsistentHashMapping hashMapping
)
new :
system : ActorSystem *
virtualNodesFactor : int *
hashMapping : ConsistentHashMapping -> ConsistentHashingRoutingLogic
Parameters
- system
- Type: Akka.ActorActorSystem
The actor system that owns the router with this logic. - virtualNodesFactor
- Type: SystemInt32
The number of virtual nodes to use on the hash ring. - hashMapping
- Type: Akka.RoutingConsistentHashMapping
The consistent hash mapping function to use on incoming messages.
See Also