Bases: object
A stable hash ring.
We map item N to a host Y based on the closest lower hash:
Get the list of hosts which the supplied data maps onto.
Parameters: |
|
---|---|
Returns: | a list of hosts. The length of this list depends on the number of replicas this HashRing was created with. It may be less than this if ignore_hosts is not None. |