CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
compat::chunk_tables_v2::FileChunk Class Reference

#include <compat.h>

Collaboration diagram for compat::chunk_tables_v2::FileChunk:

Public Member Functions

 FileChunk ()
 
 FileChunk (const shash_v2::Any &hash, const off_t offset, const size_t size)
 
const shash_v2::Anycontent_hash () const
 
off_t offset () const
 
size_t size () const
 

Public Attributes

shash_v2::Any content_hash_
 content hash of the compressed file chunk More...
 
off_t offset_
 byte offset in the uncompressed input file More...
 
size_t size_
 uncompressed size of the data chunk More...
 

Detailed Description

Definition at line 899 of file compat.h.

Constructor & Destructor Documentation

compat::chunk_tables_v2::FileChunk::FileChunk ( )
inline

Definition at line 901 of file compat.h.

Here is the call graph for this function:

compat::chunk_tables_v2::FileChunk::FileChunk ( const shash_v2::Any hash,
const off_t  offset,
const size_t  size 
)
inline

Definition at line 902 of file compat.h.

Here is the call graph for this function:

Member Function Documentation

const shash_v2::Any& compat::chunk_tables_v2::FileChunk::content_hash ( ) const
inline

Definition at line 905 of file compat.h.

off_t compat::chunk_tables_v2::FileChunk::offset ( ) const
inline

Definition at line 906 of file compat.h.

Referenced by compat::chunk_tables_v2::Migrate().

Here is the caller graph for this function:

size_t compat::chunk_tables_v2::FileChunk::size ( ) const
inline

Definition at line 907 of file compat.h.

Referenced by compat::chunk_tables_v2::Migrate().

Here is the caller graph for this function:

Member Data Documentation

shash_v2::Any compat::chunk_tables_v2::FileChunk::content_hash_

content hash of the compressed file chunk

Definition at line 910 of file compat.h.

Referenced by content_hash(), and compat::chunk_tables_v2::Migrate().

off_t compat::chunk_tables_v2::FileChunk::offset_

byte offset in the uncompressed input file

Definition at line 911 of file compat.h.

Referenced by offset().

size_t compat::chunk_tables_v2::FileChunk::size_

uncompressed size of the data chunk

Definition at line 912 of file compat.h.

Referenced by size().


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