| ConsistentHashingPool Constructor (Config) |
Initializes a new instance of the
ConsistentHashingPool class.
Note |
---|
'virtual-nodes-factor' defaults to 0 (zero) if it is not defined in the provided configuration.
|
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public ConsistentHashingPool(
Config config
)
new :
config : Config -> ConsistentHashingPool
Parameters
- config
- Type: Akka.ConfigurationConfig
The configuration used to configure the pool.
See Also