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

Function HrwTarget

cluster/hrw.go:28–30  ·  view source on GitHub ↗
(uname string, smap *Smap)

Source from the content-addressed store, hash-verified

26}
27
28func HrwTarget(uname string, smap *Smap) (si *Snode, err error) {
29 return _hrwTarget(uname, smap, true)
30}
31
32// Include targets in maintenance
33func HrwTargetAll(uname string, smap *Smap) (si *Snode, err error) {

Callers 15

countObjectsFunction · 0.92
makeDlObjFunction · 0.92
createShardsLocallyMethod · 0.92
createShardMethod · 0.92
_wackStatusLomFunction · 0.92
walkECMethod · 0.92
rebWaitAckMethod · 0.92
retransmitMethod · 0.92
_lwalkMethod · 0.92
RemoteObjPageMethod · 0.92
BeginMethod · 0.92

Calls 1

_hrwTargetFunction · 0.85

Tested by

no test coverage detected