| ConsistentHashingPool Constructor (Int32, ConsistentHashMapping) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public ConsistentHashingPool(
int nrOfInstances,
ConsistentHashMapping hashMapping
)
new :
nrOfInstances : int *
hashMapping : ConsistentHashMapping -> ConsistentHashingPool
Parameters
- nrOfInstances
- Type: SystemInt32
The initial number of routees in the pool. - hashMapping
- Type: Akka.RoutingConsistentHashMapping
The consistent hash mapping function to use on incoming messages.
See Also