Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nutsdb/nutsdb
/ Component
Interface
Component
component.go:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Component
interface
{
9
Name() string
10
Start(ctx context.Context) error
11
Stop(timeout time.Duration) error
12
}
Callers
24
TestTransactionManager_Creation
Function · 0.65
enumerateDataFileIDs
Function · 0.65
TestMergeWorker_Creation
Function · 0.65
InitOpt
Function · 0.65
enumerateDataFilesInDir
Function · 0.65
TarCompress
Function · 0.65
TestRWManager_MMap_WriteAt
Method · 0.65
TestRWManager_MMap_WriteAt_NotEnoughData
Method · 0.65
TestTransactionManager_StartStop
Function · 0.65
TestTransactionManager_RegisterUnregisterTx
Function · 0.65
TestTransactionManager_RegisterNilTx
Function · 0.65
TestTransactionManager_RejectTxWhenClosing
Function · 0.65
Implementers
7
txManager
tx_manager.go
MockComponent
status_manager_test.go
blockingComponent
status_manager_test.go
mergeWorker
merge.go
watchManager
watch_manager.go
Service
internal/ttl/service.go
TimingWheelManager
internal/ttl/timing_wheel_manager.go
Calls
no outgoing calls
Tested by
no test coverage detected