Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Routing
ConsistentHashingPool Class
ConsistentHashingPool Constructor
ConsistentHashingPool Constructor (Int32)
ConsistentHashingPool Constructor (Config)
ConsistentHashingPool Constructor (Int32, ConsistentHashMapping)
ConsistentHashingPool Constructor (Int32, Resizer, SupervisorStrategy, String, Boolean, Int32, ConsistentHashMapping)
ConsistentHashingPool Constructor (Int32)
Initializes a new instance of the
ConsistentHashingPool
class.
Note
A
ConsistentHashingPool
configured in this way uses the
DefaultSupervisorStrategy
supervisor strategy.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
ConsistentHashingPool
(
int
nrOfInstances
)
new
:
nrOfInstances
:
int
->
ConsistentHashingPool
Parameters
nrOfInstances
Type:
System
Int32
The initial number of routees in the pool.
See Also
Reference
ConsistentHashingPool Class
ConsistentHashingPool Overload
Akka.Routing Namespace
Akka.NET Home
|
Learn Akka.NET