GetReplicationSetForOperation returns all instances where the input operation should be executed. The resulting ReplicationSet doesn't necessarily contains all healthy instances in the ring, but could contain the minimum set of instances required to execute the input operation.
(op Operation)
| 60 | // in the ring, but could contain the minimum set of instances required to execute |
| 61 | // the input operation. |
| 62 | GetReplicationSetForOperation(op Operation) (ReplicationSet, error) |
| 63 | |
| 64 | ReplicationFactor() int |
| 65 |
no outgoing calls