NodesRemoved should be called when a node is removed from the ring to stop replication.
(nodes []string)
| 14 | // NodesRemoved should be called when a node is removed from the ring to stop |
| 15 | // replication. |
| 16 | NodesRemoved(nodes []string) |
| 17 | |
| 18 | // Marks a key's value and metadata as dirty, causing it to be replicated. |
| 19 | MarkDirty(key string) |
no outgoing calls
no test coverage detected