MCPcopy
hub / github.com/NVIDIA/aistore / Close

Method Close

dbdriver/api.go:33–33  ·  view source on GitHub ↗

A driver should sync data with local drives on close

()

Source from the content-addressed store, hash-verified

31 Driver interface {
32 // A driver should sync data with local drives on close
33 Close() error
34 // Write an object to database. Object is marshaled as JSON
35 Set(collection, key string, object interface{}) error
36 // Read an object from database.

Callers 15

rotateFileMethod · 0.65
StopMethod · 0.65
jogMethod · 0.65
stopMethod · 0.65
CloseMethod · 0.65
stopMethod · 0.65
cleanupJobMethod · 0.65
handleAbortMethod · 0.65
comm_test.goFile · 0.65
createRandomFileFunction · 0.65
OnlineTransformMethod · 0.65
Example_headersFunction · 0.65

Implementers 2

BuntDriverdbdriver/bunt.go
DBDrivercluster/mock/dbdriver_mock.go

Calls

no outgoing calls

Tested by 15

createRandomFileFunction · 0.52
Example_headersFunction · 0.52
Example_objFunction · 0.52
Test_OneStreamFunction · 0.52
Test_MultiStreamFunction · 0.52
Test_MultipleNetworksFunction · 0.52
Test_OnSendCallbackFunction · 0.52
Test_ObjAttrsFunction · 0.52
Test_CompressedOneFunction · 0.52
Test_CompletionCountFunction · 0.52
Example_msgFunction · 0.52
testBundleFunction · 0.52