MCPcopy
hub / github.com/dgraph-io/dgraph / Write

Method Write

worker/restore_reduce.go:127–127  ·  view source on GitHub ↗
(buf *z.Buffer)

Source from the content-addressed store, hash-verified

125
126type Writer interface {
127 Write(buf *z.Buffer) error
128}
129
130func RunReducer(w Writer, mapDir string) error {

Callers 7

writeMapEntriesToFileMethod · 0.95
queryWithGzFunction · 0.95
WriteResponseFunction · 0.95
writeToDiskMethod · 0.95
BenchmarkGzipFunction · 0.95
writeGzDataFunction · 0.95
processMethod · 0.65

Implementers 6

LogWriterx/log_writer.go
fileSyncerworker/backup_handler.go
s3Writerworker/backup_handler.go
bufWriterbackup/run.go
TxnWriterposting/writer.go

Calls

no outgoing calls

Tested by 2

queryWithGzFunction · 0.76
BenchmarkGzipFunction · 0.76