ShuffleShard returns a subring for the provided identifier (eg. a tenant ID) and size (number of instances).
(identifier string, size int)
| 113 | // ShuffleShard returns a subring for the provided identifier (eg. a tenant ID) |
| 114 | // and size (number of instances). |
| 115 | ShuffleShard(identifier string, size int) ReadRing |
| 116 | |
| 117 | // GetInstanceState returns the current state of an instance or an error if the |
| 118 | // instance does not exist in the ring. |
no outgoing calls