split oplogs into safety segments
(logs []*PartialLogWithCallback)
| 28 | type CollisionMatrix interface { |
| 29 | // split oplogs into safety segments |
| 30 | split(logs []*PartialLogWithCallback) [][]*PartialLogWithCallback |
| 31 | |
| 32 | convert(segment []*PartialLogWithCallback) []*OplogRecord |
| 33 | } |
no outgoing calls