MCPcopy
hub / github.com/alibaba/MongoShake / BarrierMatrix

Struct BarrierMatrix

executor/collision_matrix.go:332–336  ·  view source on GitHub ↗

BarrierMatrix only split oplogs into segments. without convert stage stage.

Source from the content-addressed store, hash-verified

330
331// BarrierMatrix only split oplogs into segments. without convert stage stage.
332type BarrierMatrix struct {
333 NoopMatrix
334
335 // original []*PartialLogWithCallback
336}
337
338func NewBarrierMatrix() *BarrierMatrix {
339 return &BarrierMatrix{NoopMatrix{}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected