BarrierMatrix only split oplogs into segments. without convert stage stage.
| 330 | |
| 331 | // BarrierMatrix only split oplogs into segments. without convert stage stage. |
| 332 | type BarrierMatrix struct { |
| 333 | NoopMatrix |
| 334 | |
| 335 | // original []*PartialLogWithCallback |
| 336 | } |
| 337 | |
| 338 | func NewBarrierMatrix() *BarrierMatrix { |
| 339 | return &BarrierMatrix{NoopMatrix{}} |
nothing calls this directly
no outgoing calls
no test coverage detected