PartitionRing returns a snapshot of the PartitionRing. This function must never return nil. If the ring is empty or unknown, an empty PartitionRing can be returned.
()
| 10 | // PartitionRing returns a snapshot of the PartitionRing. This function must never return nil. |
| 11 | // If the ring is empty or unknown, an empty PartitionRing can be returned. |
| 12 | PartitionRing() *PartitionRing |
| 13 | } |
| 14 | |
| 15 | type InstanceRingReader interface { |
no outgoing calls