Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/26/09 12:18:32 (15 years ago)
Author:
svonolfe
Message:

Streaming of Jobs and JobsResults directly from/to the DB (#680)

File:
1 edited

Legend:

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

    r2099 r2117  
    2525using HeuristicLab.Hive.Contracts.BusinessObjects;
    2626using HeuristicLab.DataAccess.Interfaces;
     27using System.IO;
    2728
    2829namespace HeuristicLab.Hive.Server.DataAccess {
     
    5051
    5152    /// <summary>
     53    /// Gets a stream object for the large serialized job result data
     54    /// </summary>
     55    /// <param name="jobId"></param>
     56    /// <returns></returns>
     57    Stream GetSerializedJobResultStream(Guid jobResultId, bool useExistingConnection);
     58
     59    /// <summary>
    5260    /// Saves or update the computable job result
    5361    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.