WritableInstancesWithTokensCount returns the number of writable instances in the ring that have tokens.
()
| 139 | |
| 140 | // WritableInstancesWithTokensCount returns the number of writable instances in the ring that have tokens. |
| 141 | WritableInstancesWithTokensCount() int |
| 142 | |
| 143 | // WritableInstancesWithTokensInZoneCount returns the number of writable instances in the ring that are registered in given zone and have tokens. |
| 144 | WritableInstancesWithTokensInZoneCount(zone string) int |
no outgoing calls