MCPcopy
hub / github.com/cubefs/cubefs / Stat

Method Stat

blobstore/api/blobnode/client.go:86–86  ·  view source on GitHub ↗
(ctx context.Context, host string)

Source from the content-addressed store, hash-verified

84 IsOnline(ctx context.Context, host string) bool
85 Close(ctx context.Context, host string) error
86 Stat(ctx context.Context, host string) (infos []*DiskInfo, err error)
87 DiskInfo(ctx context.Context, host string, args *DiskStatArgs) (di *DiskInfo, err error)
88
89 // chunks

Callers 2

loadWithConfigMethod · 0.65
TestNewBlobNodeClientFunction · 0.65

Implementers 3

clientblobstore/api/blobnode/client.go
MockStorageAPIblobstore/testing/mocks/api_blobnode.g
MockStorageAPIMockRecorderblobstore/testing/mocks/api_blobnode.g

Calls

no outgoing calls

Tested by 1

TestNewBlobNodeClientFunction · 0.52