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

Function GetCommunicator

etl/transform.go:405–411  ·  view source on GitHub ↗
(transformID string, lsnode *cluster.Snode)

Source from the content-addressed store, hash-verified

403}
404
405func GetCommunicator(transformID string, lsnode *cluster.Snode) (Communicator, error) {
406 c, exists := reg.getByUUID(transformID)
407 if !exists {
408 return nil, cmn.NewErrNotFound("%s: ETL %q", lsnode, transformID)
409 }
410 return c, nil
411}
412
413func List() []Info { return reg.list() }
414

Callers 5

doETLMethod · 0.92
NewOfflineDataProviderFunction · 0.85
StopFunction · 0.85
PodLogsFunction · 0.85
PodHealthFunction · 0.85

Calls 2

NewErrNotFoundFunction · 0.92
getByUUIDMethod · 0.80

Tested by

no test coverage detected