MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / GetProcessStatus

Method GetProcessStatus

db/background_mgr.go:94–94  ·  view source on GitHub ↗
(status BackgroundManagerStatus)

Source from the content-addressed store, hash-verified

92 Init(ctx context.Context, options map[string]interface{}, clusterStatus []byte) error
93 Run(ctx context.Context, options map[string]interface{}, persistClusterStatusCallback updateStatusCallbackFunc, terminator *base.SafeTerminator) error
94 GetProcessStatus(status BackgroundManagerStatus) (statusOut []byte, meta []byte, err error)
95 ResetStatus()
96}
97

Callers 3

getStatusLocalMethod · 0.65
getResyncStatsFunction · 0.65

Implementers 6

TombstoneCompactionManagerdb/background_mgr_tombstone_compaction
AttachmentCompactionManagerdb/background_mgr_attachment_compactio
ResyncManagerDCPdb/background_mgr_resync_dcp.go
AsyncIndexInitManagerdb/background_mgr_async_index_init.go
AttachmentMigrationManagerdb/background_mgr_attachment_migration
testBackgroundProcessdb/database_test.go

Calls

no outgoing calls

Tested by 2

getResyncStatsFunction · 0.52