InstancesInZoneCount returns the number of instances in the ring that are registered in given zone.
(zone string)
| 133 | |
| 134 | // InstancesInZoneCount returns the number of instances in the ring that are registered in given zone. |
| 135 | InstancesInZoneCount(zone string) int |
| 136 | |
| 137 | // InstancesWithTokensInZoneCount returns the number of instances in the ring that are registered in given zone and have tokens. |
| 138 | InstancesWithTokensInZoneCount(zone string) int |
no outgoing calls