ConsistentHashT Operators |
The ConsistentHashT generic type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds a node to the hash ring.
Note that ConsistentHashT is immutable and
this operation returns a new instance.
| |
Subtraction |
Removes a node from the hash ring.
Note that ConsistentHashT is immutable and
this operation returns a new instance.
|