xrootd
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
XrdClFileSystemOperations.hh File Reference
#include "XrdCl/XrdClFileSystem.hh"
#include "XrdCl/XrdClOperations.hh"
#include "XrdCl/XrdClOperationHandlers.hh"
#include "XrdCl/XrdClCtx.hh"
Include dependency graph for XrdClFileSystemOperations.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 (Ctx< FileSystem > fs, Arg< std::string > path, Arg< uint64_t > size)
 
StatFsImpl< false > XrdCl::Stat (Ctx< FileSystem > fs, Arg< std::string > path)
 
SetXAttrFsImpl< false > XrdCl::SetXAttr (Ctx< FileSystem > fs, Arg< std::string > path, Arg< std::string > name, Arg< std::string > value)
 
SetXAttrFsBulkImpl< false > XrdCl::SetXAttr (Ctx< FileSystem > fs, Arg< std::string > path, Arg< std::vector< xattr_t > > attrs)
 
GetXAttrFsImpl< false > XrdCl::GetXAttr (Ctx< FileSystem > fs, Arg< std::string > path, Arg< std::string > name)
 
GetXAttrFsBulkImpl< false > XrdCl::GetXAttr (Ctx< FileSystem > fs, Arg< std::string > path, Arg< std::vector< std::string > > attrs)
 
DelXAttrFsImpl< false > XrdCl::DelXAttr (Ctx< FileSystem > fs, Arg< std::string > path, Arg< std::string > name)
 
DelXAttrFsBulkImpl< false > XrdCl::DelXAttr (Ctx< FileSystem > fs, Arg< std::string > path, Arg< std::vector< std::string > > attrs)
 
ListXAttrFsImpl< false > XrdCl::ListXAttr (Ctx< FileSystem > fs, Arg< std::string > path)