| 235 | } |
| 236 | |
| 237 | IEnvironment* TMaster::CreateEnvironment(int envId, const TVector<int>& hostIds) { |
| 238 | return new TEnvironment(QueryProc.Get(), ContextMaster.Get(), envId, 0, hostIds); |
| 239 | } |
| 240 | |
| 241 | TVector<int> TMaster::MakeHostIdMapping(int groupCount) { |
| 242 | int hostCount = GetSlaveCount(); |