HasInstance returns whether the ring contains an instance matching the provided instanceID.
(instanceID string)
| 90 | |
| 91 | // HasInstance returns whether the ring contains an instance matching the provided instanceID. |
| 92 | HasInstance(instanceID string) bool |
| 93 | |
| 94 | // CleanupShuffleShardCache should delete cached shuffle-shard subrings for given identifier. |
| 95 | CleanupShuffleShardCache(identifier string) |
no outgoing calls