MCPcopy Create free account
hub / github.com/postgres-ai/database-lab-engine / Pool

Method Pool

engine/internal/provision/pool/manager.go:88–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86// Pooler describes methods for Pool providing.
87type Pooler interface {
88 Pool() *resources.Pool
89}
90
91// ManagerConfig defines thin-clone manager config.

Callers 15

StartSessionMethod · 0.65
StopSessionMethod · 0.65
ResetSessionMethod · 0.65
GetSnapshotsMethod · 0.65
buildPoolEntryFunction · 0.65
revertSessionMethod · 0.65
stopPoolSessionsMethod · 0.65
LastSessionActivityMethod · 0.65
DetectDBVersionMethod · 0.65
MakeActiveMethod · 0.65
CollectPoolStatMethod · 0.65

Implementers 4

mockFSManagerengine/internal/provision/mode_local_t
LVManagerengine/internal/provision/thinclones/l
Managerengine/internal/provision/thinclones/z
mockFSManagerengine/internal/provision/pool/pool_ma

Calls

no outgoing calls

Tested by 5

TestManager_FirstFunction · 0.52
TestManager_MakeActiveFunction · 0.52
TestManager_GetFSManagerFunction · 0.52