GetInstanceState returns the current state of an instance or an error if the instance does not exist in the ring.
(instanceID string)
| 79 | // GetInstanceState returns the current state of an instance or an error if the |
| 80 | // instance does not exist in the ring. |
| 81 | GetInstanceState(instanceID string) (InstanceState, error) |
| 82 | |
| 83 | // GetInstanceIdByAddr returns the instance id from its address or an error if the |
| 84 | // // instance does not exist in the ring. |