Class ConsistentHash
Static helper class for creating ConsistentHash<T> instances.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public static class ConsistentHash
Methods
| Edit this page View SourceCreate<T>(IEnumerable<T>, int)
Factory method to create a ConsistentHash<T> instance.
Declaration
public static ConsistentHash<T> Create<T>(IEnumerable<T> nodes, int virtualNodesFactor)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | nodes | TBD |
| int | virtualNodesFactor | TBD |
Returns
| Type | Description |
|---|---|
| ConsistentHash<T> | TBD |
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Edit this page