MCPcopy
hub / github.com/cubefs/cubefs / Put

Method Put

objectnode/fs_store.go:22–22  ·  view source on GitHub ↗
(ns, obj, key string, data []byte)

Source from the content-addressed store, hash-verified

20type Store interface {
21 Init(vm *VolumeManager)
22 Put(ns, obj, key string, data []byte) error
23 Get(ns, obj, key string) (data []byte, err error)
24 List(ns, obj string) (data [][]byte, err error)
25 Delete(ns, obj, key string) error

Callers 15

GetSummaryMethod · 0.65
lookupPathMethod · 0.65
SymLinkMethod · 0.65
LinkMethod · 0.65
WriteToConnMethod · 0.65
ReadFromConnMethod · 0.65
GetMethod · 0.65
PutMethod · 0.65
EvictMethod · 0.65
cfs_symlinkFunction · 0.65
cfs_linkFunction · 0.65
cfs_getsummaryFunction · 0.65

Implementers 2

xattrStoreobjectnode/fs_store_xattr.go
objectStoreobjectnode/fs_store_object.go

Calls

no outgoing calls

Tested by 5

ApplyMethod · 0.52
prepareDbForFSMTestFunction · 0.52
TestFsmApplySnapshotFunction · 0.52
checkPoolFunction · 0.52
checkCachePoolFunction · 0.52