Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/13 13:57:49 (11 years ago)
Author:
ascheibe
Message:

#2019

  • added missing transactions in the Hive service
  • split scheduling transaction into smaller transactions
  • improved speed of job uploading (AddTask)
  • changed highest isolation level from Serializable to RepeatableRead as phantom reads shouldn't be a problem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IHiveDao.cs

    r9219 r9257  
    114114    void UpdateResource(DT.Resource dto);
    115115    void DeleteResource(Guid id);
    116     void AssignJobToResource(Guid jobId, Guid resourceId);
     116    void AssignJobToResource(Guid taskId, IEnumerable<Guid> resourceIds);
    117117    IEnumerable<DT.Resource> GetAssignedResources(Guid jobId);
    118118    IEnumerable<DT.Resource> GetParentResources(Guid resourceId);
Note: See TracChangeset for help on using the changeset viewer.