MCPcopy
hub / github.com/lindb/lindb / String

Method String

kv/version/log.go:159–161  ·  view source on GitHub ↗

String returns string value of new file log

()

Source from the content-addressed store, hash-verified

157
158// String returns string value of new file log
159func (n *newFile) String() string {
160 return fmt.Sprintf("addFile:{level:%d,file:%s}", n.level, n.file)
161}
162
163// apply applies new file edit log to version
164func (n *newFile) apply(version Version) {

Callers 15

needRollupMethod · 0.45
rollupMethod · 0.45
doRollupWorkMethod · 0.45
newStoreFunction · 0.45
closeMethod · 0.45
deleteObsoleteFilesMethod · 0.45
moveCompactionMethod · 0.45
mergeCompactionMethod · 0.45
cleanupCompactionMethod · 0.45
newFamilyFunction · 0.45
commitEditLogMethod · 0.45
needCompactMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestEditLogCodecFunction · 0.36