CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StreamingCacheManager::FdInfo Struct Reference
Collaboration diagram for StreamingCacheManager::FdInfo:

Public Member Functions

 FdInfo ()
 
 FdInfo (int fd)
 
 FdInfo (const CacheManager::LabeledObject &object)
 
bool operator== (const FdInfo &other) const
 
bool operator!= (const FdInfo &other) const
 
bool IsValid () const
 

Public Attributes

int fd_in_cache_mgr
 
shash::Any object_id
 
CacheManager::Label label
 

Detailed Description

Definition at line 97 of file cache_stream.h.

Constructor & Destructor Documentation

StreamingCacheManager::FdInfo::FdInfo ( )
inline

Definition at line 102 of file cache_stream.h.

StreamingCacheManager::FdInfo::FdInfo ( int  fd)
inlineexplicit

Definition at line 103 of file cache_stream.h.

StreamingCacheManager::FdInfo::FdInfo ( const CacheManager::LabeledObject object)
inlineexplicit

Definition at line 104 of file cache_stream.h.

Member Function Documentation

bool StreamingCacheManager::FdInfo::IsValid ( ) const
inline

Definition at line 115 of file cache_stream.h.

Referenced by StreamingCacheManager::Close(), StreamingCacheManager::DoRestoreState(), StreamingCacheManager::Dup(), StreamingCacheManager::GetSize(), StreamingCacheManager::Pread(), and StreamingCacheManager::Readahead().

Here is the call graph for this function:

Here is the caller graph for this function:

bool StreamingCacheManager::FdInfo::operator!= ( const FdInfo other) const
inline

Definition at line 111 of file cache_stream.h.

bool StreamingCacheManager::FdInfo::operator== ( const FdInfo other) const
inline

Definition at line 107 of file cache_stream.h.

Member Data Documentation

shash::Any StreamingCacheManager::FdInfo::object_id

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