(instance *InstanceDesc, op Operation, now time.Time)
| 119 | } |
| 120 | |
| 121 | func (r *Ring) IsHealthy(instance *InstanceDesc, op Operation, now time.Time) bool { |
| 122 | return instance.IsHealthy(op, r.cfg.HeartbeatTimeout, now) |
| 123 | } |
| 124 | |
| 125 | // ReplicationFactor of the ring. |
| 126 | func (r *Ring) ReplicationFactor() int { |
no outgoing calls
no test coverage detected