Namespace ConsistentHashing
Classes
HashRangeCollection
Represents a collection of non-overlapping hash ranges.
HashRing<TNode>
Represents a consistent hash ring.
HashRingExtensions
Structs
HashRange
Represents a range of hashes in the consistent hash ring.
Partition<TNode>
Represents a node and a range on the consistent hash ring that it owns.
Interfaces
IConsistentHashRing<TNode>
Represents a consistent hash ring.