MCPcopy Create free account
hub / github.com/couchbase/cbft / PartitionSeqs

Method PartitionSeqs

ns_server.go:77–77  ·  view source on GitHub ↗

Returned map is keyed by partition id.

()

Source from the content-addressed store, hash-verified

75type PartitionSeqsProvider interface {
76 // Returned map is keyed by partition id.
77 PartitionSeqs() (map[string]cbgt.UUIDSeq, error)
78}
79
80var statsNamePrefix = []byte("\"")

Callers 4

gatherIndexProgressStatsFunction · 0.65
gatherIndexStatsFunction · 0.65
RunSourcePartitionSeqsFunction · 0.65
toolPartitionSeqsFunction · 0.65

Implementers 1

BleveDestpindex_bleve.go

Calls

no outgoing calls

Tested by

no test coverage detected