Click or drag to resize
Akka.NETConsistentHashingPool Constructor
Overload List
  NameDescription
Public methodConsistentHashingPool(Int32)
Initializes a new instance of the ConsistentHashingPool class.
Note Note
A ConsistentHashingPool configured in this way uses the DefaultSupervisorStrategy supervisor strategy.
Public methodConsistentHashingPool(Config)
Initializes a new instance of the ConsistentHashingPool class.
Note Note
'virtual-nodes-factor' defaults to 0 (zero) if it is not defined in the provided configuration.
Public methodConsistentHashingPool(Int32, ConsistentHashMapping)
Initializes a new instance of the ConsistentHashingPool class.
Public methodConsistentHashingPool(Int32, Resizer, SupervisorStrategy, String, Boolean, Int32, ConsistentHashMapping)
Initializes a new instance of the ConsistentHashingPool class.
Top
See Also