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

Function RenewPrefetch

xact/xreg/multiobj.go:21–23  ·  view source on GitHub ↗
(uuid string, t cluster.Target, bck *cluster.Bck, msg *cmn.SelectObjsMsg)

Source from the content-addressed store, hash-verified

19}
20
21func RenewPrefetch(uuid string, t cluster.Target, bck *cluster.Bck, msg *cmn.SelectObjsMsg) RenewRes {
22 return RenewBucketXact(apc.ActPrefetchObjects, bck, Args{T: t, UUID: uuid, Custom: msg})
23}

Callers 4

TestXactionRenewPrefetchFunction · 0.92
TestXactionQueryFinishedFunction · 0.92
httpbckpostMethod · 0.92
cmdXactStartMethod · 0.92

Calls 1

RenewBucketXactFunction · 0.85

Tested by 2

TestXactionRenewPrefetchFunction · 0.74
TestXactionQueryFinishedFunction · 0.74