Changeset 3018 for trunk/sources/HeuristicLab.Hive.Server.DataAccess
- Timestamp:
- 03/14/10 12:07:47 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IClientGroupDao.cs
r3011 r3018 12 12 13 13 IEnumerable<ClientGroupDto> FindAllWithSubGroupsAndClients(); 14 IEnumerable<Guid> FindAllGroupAndParentGroupIdsForClient(Guid clientId); 14 15 } 15 16 } -
trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IJobDao.cs
r3011 r3018 19 19 byte[] GetBinaryJobFile(Guid jobId); 20 20 21 IEnumerable<JobDto> FindFittingJobsForClient(State state, int freeCores, int freeMemory );21 IEnumerable<JobDto> FindFittingJobsForClient(State state, int freeCores, int freeMemory, Guid clientGuid); 22 22 Stream GetSerializedJobStream(Guid jobId); 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.