Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/12/08 14:55:51 (16 years ago)
Author:
gkronber
Message:

Improved loading speed of agent and results list by lazily loading and extracting rawdata of operator graphs and result items (ticket #249)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/IDatabase.cs

    r420 r503  
    6565
    6666    [OperationContract]
     67    byte[] GetAgentRawData(long id);
     68
     69    [OperationContract]
    6770    ICollection<ResultEntry> GetResults(long agentId);
    6871
    6972    [OperationContract]
    7073    ICollection<ResultEntry> GetSubResults(long parentResultId);
     74
     75    [OperationContract]
     76    byte[] GetResultRawData(long id);
    7177
    7278    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.