MCPcopy Create free account
hub / github.com/couchbase/moss / Stats

Method Stats

api.go:168–168  ·  view source on GitHub ↗

Stats returns stats for this collection. Note that stats might be updated asynchronously.

()

Source from the content-addressed store, hash-verified

166 // Stats returns stats for this collection. Note that stats might
167 // be updated asynchronously.
168 Stats() (*CollectionStats, error)
169
170 // Histograms returns a snapshot of the histograms for this
171 // collection. Note that histograms might be updated

Callers 15

testStoreOpsFunction · 0.95
openStoreAndWriteNItemsFunction · 0.95
TestStoreCrashRecoveryFunction · 0.95
TestCollectionStatsFunction · 0.95
TestCollectionStatsCloseFunction · 0.95
TestCollectionGetFunction · 0.95
benchmarkStoreDoFunction · 0.95
closeReopenFuncFunction · 0.65
overMemQuotaLOCKEDMethod · 0.65
getDGMStatsMethod · 0.65
TestIteratorSingleDoneFunction · 0.65
compactMaybeMethod · 0.65

Implementers 1

collectioncollection.go

Calls

no outgoing calls

Tested by 15

testStoreOpsFunction · 0.76
openStoreAndWriteNItemsFunction · 0.76
TestStoreCrashRecoveryFunction · 0.76
TestCollectionStatsFunction · 0.76
TestCollectionStatsCloseFunction · 0.76
TestCollectionGetFunction · 0.76
benchmarkStoreDoFunction · 0.76
overMemQuotaLOCKEDMethod · 0.52
getDGMStatsMethod · 0.52
TestIteratorSingleDoneFunction · 0.52
TestOpenEmptyStoreFunction · 0.52
testSimpleStoreExFunction · 0.52