Click or drag to resize
Akka.NETConsistentHashingPoolWithVirtualNodesFactor Method
Setting the number of virtual nodes per node, used in ConsistentHash.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConsistentHashingPool WithVirtualNodesFactor(
	int vnodes
)

Parameters

vnodes
Type: SystemInt32

[Missing <param name="vnodes"/> documentation for "M:Akka.Routing.ConsistentHashingPool.WithVirtualNodesFactor(System.Int32)"]

Return Value

Type: ConsistentHashingPool
A new router with the provided dispatcher id.
See Also