#include <XrdFileCachePrint.hh>
Public Member Functions | |
Print (XrdOss *oss, bool v, const char *path) | |
Constructor. | |
Private Member Functions | |
bool | isInfoFile (const char *path) |
file system user | |
void | printFile (const std::string &path) |
Print information in meta-data file. | |
void | printDir (XrdOssDF *iOssDF, const std::string &path) |
Print information in meta-data file recursivly. | |
Private Attributes | |
XrdOss * | m_oss |
XrdOucEnv | m_env |
file system | |
bool | m_verbose |
env used by file system | |
const char * | m_ossUser |
print each block |
XrdFileCache::Print::Print | ( | XrdOss * | oss, | |
bool | v, | |||
const char * | path | |||
) |
Constructor.
bool XrdFileCache::Print::isInfoFile | ( | const char * | path | ) | [private] |
file system user
Check file ends with *.cinfo suffix
void XrdFileCache::Print::printDir | ( | XrdOssDF * | iOssDF, | |
const std::string & | path | |||
) | [private] |
Print information in meta-data file recursivly.
void XrdFileCache::Print::printFile | ( | const std::string & | path | ) | [private] |
Print information in meta-data file.
XrdOucEnv XrdFileCache::Print::m_env [private] |
file system
XrdOss* XrdFileCache::Print::m_oss [private] |
const char* XrdFileCache::Print::m_ossUser [private] |
print each block
bool XrdFileCache::Print::m_verbose [private] |
env used by file system