| Interface | Description |
|---|---|
| ConsistentHash<T extends Node> |
Consistent Hash base interface
|
| Class | Description |
|---|---|
| HashRing<T extends Node> |
Implementation of Consistent Hash Ring with Virtual Nodes (partitions).
|
| HashRingBuilder<T extends Node> |
Implementation of builder pattern for
HashRing |