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

Method IsAnySet

cluster/map.go:249–249  ·  view source on GitHub ↗

node flags

(flags cos.BitFlags)

Source from the content-addressed store, hash-verified

247
248// node flags
249func (d *Snode) IsAnySet(flags cos.BitFlags) bool { return d.Flags.IsAnySet(flags) }
250func (d *Snode) nonElectable() bool { return d.Flags.IsSet(SnodeNonElectable) }
251func (d *Snode) isIC() bool { return d.Flags.IsSet(SnodeIC) }
252

Callers 15

randomTargetOrderFunction · 0.45
setNodeFlagsMethod · 0.45
mustRunRebalanceFunction · 0.45
callerNotifyMethod · 0.45
bcastNodesMethod · 0.45
_bchMethod · 0.45
updateSmapMethod · 0.45
postDDMethod · 0.45
CountActiveTargetsMethod · 0.45
CountActiveProxiesMethod · 0.45
GetRandTargetMethod · 0.45
GetRandProxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected