ConsistentHashingGroup Constructor |
Name | Description | |
---|---|---|
ConsistentHashingGroup(IEnumerableString) |
Initializes a new instance of the ConsistentHashingGroup class.
| |
ConsistentHashingGroup(String) |
Initializes a new instance of the ConsistentHashingGroup class.
| |
ConsistentHashingGroup(Config) |
Initializes a new instance of the ConsistentHashingGroup class.
| |
ConsistentHashingGroup(IEnumerableIActorRef) | Obsolete.
Obsolete. Use ConsistentHashingGroup(IEnumerableString) instead.
new ConsistentHashingGroup(actorRefs.Select(c => c.Path.ToString())) | |
ConsistentHashingGroup(IEnumerableString, ConsistentHashMapping) |
Initializes a new instance of the ConsistentHashingGroup class.
| |
ConsistentHashingGroup(IEnumerableString, Int32, ConsistentHashMapping, String) |
Initializes a new instance of the ConsistentHashingGroup class.
|