MCPcopy Create free account
hub / github.com/BWbwchen/MapReduce / endWorkers

Method endWorkers

master/master.go:302–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302func (ms *Master) endWorkers() {
303 log.Trace("[Master] End Workers Start")
304 for i := range ms.Workers {
305 End(ms.Workers[i].IP)
306 }
307 log.Trace("[Master] End Workers done")
308}

Callers 1

StartMasterFunction · 0.80

Calls 1

EndFunction · 0.85

Tested by

no test coverage detected