MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Backup

Method Backup

bitmap/pb.pb.go:6334–6334  ·  view source on GitHub ↗
(context.Context, *BackupRequest)

Source from the content-addressed store, hash-verified

6332 Sort(context.Context, *SortMessage) (*SortResult, error)
6333 Schema(context.Context, *SchemaRequest) (*SchemaResult, error)
6334 Backup(context.Context, *BackupRequest) (*BackupResponse, error)
6335 Restore(context.Context, *RestoreRequest) (*Status, error)
6336 Export(context.Context, *ExportRequest) (*ExportResponse, error)
6337 ReceivePredicate(Worker_ReceivePredicateServer) error

Callers

nothing calls this directly

Implementers 2

workerClientbitmap/pb.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected