3031323334353637383940
} runRunnables(nodes); // Set the master Master master = null; for (Node n: nodes) { if (n.isMaster()) { master = n.getMaster(); } }
9293949596979899100101102
} runRunnables(distributeRuns); // Determine the master Master master = null; for (Node n: nodes) { if (n.isMaster()) { master = n.getMaster(); } }