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

Interface CollisionMatrix

executor/collision_matrix.go:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type CollisionMatrix interface {
29 // split oplogs into safety segments
30 split(logs []*PartialLogWithCallback) [][]*PartialLogWithCallback
31
32 convert(segment []*PartialLogWithCallback) []*OplogRecord
33}
34
35type NoopMatrix struct{}
36

Callers 9

replayMethod · 0.95
mongodb-schema.pyFile · 0.65
getDbVersionFunction · 0.65
comparison_3x.pyFile · 0.65
generate_confFunction · 0.65
_get_mongodb_addrFunction · 0.65
comparison.pyFile · 0.65
replayMethod · 0.95
convertMethod · 0.65

Implementers 2

NoopMatrixexecutor/collision_matrix.go
BarrierMatrixexecutor/collision_matrix.go

Calls

no outgoing calls

Tested by

no test coverage detected