| ConsistentHashingPoolWithVirtualNodesFactor Method |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ConsistentHashingPool WithVirtualNodesFactor(
int vnodes
)
member WithVirtualNodesFactor :
vnodes : int -> ConsistentHashingPool
Parameters
- vnodes
- Type: SystemInt32
[Missing <param name="vnodes"/> documentation for "M:Akka.Routing.ConsistentHashingPool.WithVirtualNodesFactor(System.Int32)"]
Return Value
Type:
ConsistentHashingPoolA new router with the provided dispatcher id.
See Also