Changeset 2066 for trunk/sources/HeuristicLab.Hive.Server.DataAccess
- Timestamp:
- 06/19/09 13:05:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IJobAdapter.cs
r1944 r2066 46 46 /// <param name="cores">all jobs which require less or equal cores</param> 47 47 /// <param name="memory">all jobs which require less or equal memory</param> 48 /// <param name="resourceId">all jobs that can be calculated by that resource</param> 48 49 /// <returns></returns> 49 ICollection<Job> FindJobs(State state, int cores, int memory); 50 ICollection<Job> FindJobs(State state, 51 int cores, 52 int memory, 53 Guid resourceId); 50 54 51 55 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.