ZonesCount returns the number of zones for which there's at least 1 instance registered in the ring.
()
| 145 | |
| 146 | // ZonesCount returns the number of zones for which there's at least 1 instance registered in the ring. |
| 147 | ZonesCount() int |
| 148 | |
| 149 | // Zones returns the list of zones for which there's at least 1 instance registered in the ring. |
| 150 | // The returned slice is sorted alphabetically. |
no outgoing calls