hsm_Chunk_t Struct Reference
[G_new_group]

#include <hsm_RecallInfoGrp.h>

List of all members.


Detailed Description

class hsm_RecallInfoGrp is a replacement for hsm_RecallInfo It additional work is to collects written data of chunks to file.

It knows if file is completely recalled.

Definition at line 36 of file hsm_RecallInfoGrp.h.


Public Member Functions

 hsm_Chunk_t (UInt64_t a_pmJobId, ivd_FilePosition_t a_offset, ivd_FileSize_t a_size)

Public Attributes

UInt64_t pmJobId
ivd_FilePosition_t offset
ivd_FileSize_t size

Constructor & Destructor Documentation

hsm_Chunk_t::hsm_Chunk_t ( UInt64_t  a_pmJobId,
ivd_FilePosition_t  a_offset,
ivd_FileSize_t  a_size 
) [inline]

Definition at line 37 of file hsm_RecallInfoGrp.h.

00040         :
00041         pmJobId(a_pmJobId),
00042         offset(a_offset),
00043         size(a_size)
00044         {};
        


Member Data Documentation

Definition at line 44 of file hsm_RecallInfoGrp.h.

Referenced by hsm_RecallInfoGrp::DumpChunks().


The documentation for this struct was generated from the following file:

Generated on Mon Feb 27 19:25:42 2012 for OPENARCHIVE by  doxygen 1.5.6