Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/09 13:54:15 (15 years ago)
Author:
svonolfe
Message:

Further avoided out of memory exceptions by updating the JobResult DAO (#372)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IJobAdapter.cs

    r2092 r2099  
    8686    /// <param name="jobId"></param>
    8787    /// <returns></returns>
    88     SerializedJob GetComputableJob(Guid jobId);
     88    SerializedJob GetSerializedJob(Guid jobId);
    8989
    9090    /// <summary>
     
    9292    /// </summary>
    9393    /// <param name="jobId"></param>
    94     void UpdateComputableJob(SerializedJob job);
     94    void UpdateSerializedJob(SerializedJob job);
    9595  }
    9696}
Note: See TracChangeset for help on using the changeset viewer.