#include "XrdCl/XrdClFileSystem.hh"
#include "XrdCl/XrdClOperations.hh"
#include "XrdCl/XrdClOperationHandlers.hh"
Go to the source code of this file.
Classes | |
class | XrdCl::FileSystemOperation< Derived, HasHndl, Response, Args > |
class | XrdCl::LocateImpl< HasHndl > |
Locate operation (. More... | |
class | XrdCl::DeepLocateImpl< HasHndl > |
DeepLocate operation (. More... | |
class | XrdCl::MvImpl< HasHndl > |
Mv operation (. More... | |
class | XrdCl::QueryImpl< HasHndl > |
Query operation (. More... | |
class | XrdCl::TruncateFsImpl< HasHndl > |
Truncate operation (. More... | |
class | XrdCl::RmImpl< HasHndl > |
Rm operation (. More... | |
class | XrdCl::MkDirImpl< HasHndl > |
MkDir operation (. More... | |
class | XrdCl::RmDirImpl< HasHndl > |
RmDir operation (. More... | |
class | XrdCl::ChModImpl< HasHndl > |
ChMod operation (. More... | |
class | XrdCl::PingImpl< HasHndl > |
Ping operation (. More... | |
class | XrdCl::StatFsImpl< HasHndl > |
Stat operation (. More... | |
class | XrdCl::StatVFSImpl< HasHndl > |
StatVS operation (. More... | |
class | XrdCl::ProtocolImpl< HasHndl > |
Protocol operation (. More... | |
class | XrdCl::DirListImpl< HasHndl > |
DirList operation (. More... | |
class | XrdCl::SendInfoImpl< HasHndl > |
SendInfo operation (. More... | |
class | XrdCl::PrepareImpl< HasHndl > |
Prepare operation (. More... | |
class | XrdCl::SetXAttrFsImpl< HasHndl > |
SetXAttr operation (. More... | |
class | XrdCl::SetXAttrFsBulkImpl< HasHndl > |
SetXAttr bulk operation (. More... | |
class | XrdCl::GetXAttrFsImpl< HasHndl > |
GetXAttr operation (. More... | |
class | XrdCl::GetXAttrFsBulkImpl< HasHndl > |
GetXAttr bulk operation (. More... | |
class | XrdCl::DelXAttrFsImpl< HasHndl > |
DelXAttr operation (. More... | |
class | XrdCl::DelXAttrFsBulkImpl< HasHndl > |
DelXAttr bulk operation (. More... | |
class | XrdCl::ListXAttrFsImpl< HasHndl > |
ListXAttr bulk operation (. More... | |
Namespaces | |
namespace | XrdCl |
Typedefs | |
typedef LocateImpl< false > | XrdCl::Locate |
typedef DeepLocateImpl< false > | XrdCl::DeepLocate |
typedef MvImpl< false > | XrdCl::Mv |
typedef QueryImpl< false > | XrdCl::Query |
typedef RmImpl< false > | XrdCl::Rm |
typedef MkDirImpl< false > | XrdCl::MkDir |
typedef RmDirImpl< false > | XrdCl::RmDir |
typedef ChModImpl< false > | XrdCl::ChMod |
typedef PingImpl< false > | XrdCl::Ping |
typedef StatVFSImpl< false > | XrdCl::StatVFS |
typedef ProtocolImpl< false > | XrdCl::Protocol |
typedef DirListImpl< false > | XrdCl::DirList |
typedef SendInfoImpl< false > | XrdCl::SendInfo |
typedef PrepareImpl< false > | XrdCl::Prepare |
Functions | |
TruncateFsImpl< false > | XrdCl::Truncate (FileSystem *fs, Arg< std::string > path, Arg< uint64_t > size) |
TruncateFsImpl< false > | XrdCl::Truncate (FileSystem &fs, Arg< std::string > path, Arg< uint64_t > size) |
StatFsImpl< false > | XrdCl::Stat (FileSystem *fs, Arg< std::string > path) |
StatFsImpl< false > | XrdCl::Stat (FileSystem &fs, Arg< std::string > path) |
SetXAttrFsImpl< false > | XrdCl::SetXAttr (FileSystem *fs, Arg< std::string > path, Arg< std::string > name, Arg< std::string > value) |
SetXAttrFsImpl< false > | XrdCl::SetXAttr (FileSystem &fs, Arg< std::string > path, Arg< std::string > name, Arg< std::string > value) |
SetXAttrFsBulkImpl< false > | XrdCl::SetXAttr (FileSystem *fs, Arg< std::string > path, Arg< std::vector< xattr_t >> attrs) |
SetXAttrFsBulkImpl< false > | XrdCl::SetXAttr (FileSystem &fs, Arg< std::string > path, Arg< std::vector< xattr_t >> attrs) |
GetXAttrFsImpl< false > | XrdCl::GetXAttr (FileSystem *fs, Arg< std::string > path, Arg< std::string > name) |
GetXAttrFsImpl< false > | XrdCl::GetXAttr (FileSystem &fs, Arg< std::string > path, Arg< std::string > name) |
GetXAttrFsBulkImpl< false > | XrdCl::GetXAttr (FileSystem *fs, Arg< std::string > path, Arg< std::vector< std::string >> attrs) |
GetXAttrFsBulkImpl< false > | XrdCl::GetXAttr (FileSystem &fs, Arg< std::string > path, Arg< std::vector< std::string >> attrs) |
DelXAttrFsImpl< false > | XrdCl::DelXAttr (FileSystem *fs, Arg< std::string > path, Arg< std::string > name) |
DelXAttrFsImpl< false > | XrdCl::DelXAttr (FileSystem &fs, Arg< std::string > path, Arg< std::string > name) |
DelXAttrFsBulkImpl< false > | XrdCl::DelXAttr (FileSystem *fs, Arg< std::string > path, Arg< std::vector< std::string >> attrs) |
DelXAttrFsBulkImpl< false > | XrdCl::DelXAttr (FileSystem &fs, Arg< std::string > path, Arg< std::vector< std::string >> attrs) |
ListXAttrFsImpl< false > | XrdCl::ListXAttr (FileSystem *fs, Arg< std::string > path) |
ListXAttrFsImpl< false > | XrdCl::ListXAttr (FileSystem &fs, Arg< std::string > path) |