| 57 | return false; |
| 58 | } |
| 59 | int GetHostIdCount() override { |
| 60 | return AllJobs->HostId2Computer.ysize(); |
| 61 | } |
| 62 | EDataDistrState UpdateDataDistrState(TVector<TVector<int>>* hostId2Computer) override { |
| 63 | // this is remote context and it knows nothing about data distribution in progress |
| 64 | if (hostId2Computer) |
no test coverage detected