(identifier string, size int)
| 751 | } |
| 752 | |
| 753 | func (r *Ring) ShuffleShardWithZoneStability(identifier string, size int) ReadRing { |
| 754 | return r.shuffleShardWithCache(identifier, size, true) |
| 755 | } |
| 756 | |
| 757 | // ShuffleShardWithLookback is like ShuffleShard() but the returned subring includes all instances |
| 758 | // that have been part of the identifier's shard since "now - lookbackPeriod". |