MCPcopy
hub / github.com/perkeep/perkeep / CommitBatch

Method CommitBatch

pkg/sorted/kv.go:53–53  ·  view source on GitHub ↗
(b BatchMutation)

Source from the content-addressed store, hash-verified

51
52 BeginBatch() BatchMutation
53 CommitBatch(b BatchMutation) error
54
55 // Find returns an iterator positioned before the first key/value pair
56 // whose key is 'greater than or equal to' the given key. There may be no

Callers 14

reindexOneMethod · 0.65
RemoveBlobsMethod · 0.65
RemoveBlobsMethod · 0.65
reindexMethod · 0.65
RemoveBlobsMethod · 0.65
writeAZipMethod · 0.65
FlushMethod · 0.65
CommitBatchMethod · 0.65
testDeleteNotFoundBatchFunction · 0.65
fixMissingWholeRefMethod · 0.65
commitMethod · 0.65

Implementers 6

memKeyspkg/sorted/mem.go
kvispkg/sorted/kvfile/kvfile.go
keyValuepkg/sorted/mongo/mongokv.go
KeyValuepkg/sorted/buffer/buffer.go
KeyValuepkg/sorted/sqlkv/sqlkv.go
kvispkg/sorted/leveldb/leveldb.go

Calls

no outgoing calls

Tested by 2

TestConcurrencyFunction · 0.52
TestFDLeakFunction · 0.52