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

Struct BackupPostingList

bitmap/pb.pb.go:4808–4814  ·  view source on GitHub ↗

A posting list stored in the format used for writing backups.

Source from the content-addressed store, hash-verified

4806
4807// A posting list stored in the format used for writing backups.
4808type BackupPostingList struct {
4809 Uids []uint64 `protobuf:"varint,1,rep,packed,name=uids,proto3" json:"uids,omitempty"`
4810 Postings []*Posting `protobuf:"bytes,2,rep,name=postings,proto3" json:"postings,omitempty"`
4811 CommitTs uint64 `protobuf:"varint,3,opt,name=commit_ts,json=commitTs,proto3" json:"commit_ts,omitempty"`
4812 Splits []uint64 `protobuf:"varint,4,rep,packed,name=splits,proto3" json:"splits,omitempty"`
4813 UidBytes []byte `protobuf:"bytes,5,opt,name=uid_bytes,json=uidBytes,proto3" json:"uid_bytes,omitempty"`
4814}
4815
4816func (m *BackupPostingList) Reset() { *m = BackupPostingList{} }
4817func (m *BackupPostingList) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected