25 #ifndef __XRD_CL_FILE_SYSTEM_HH__
26 #define __XRD_CL_FILE_SYSTEM_HH__
41 class FileSystemPlugIn;
42 struct MessageSendParams;
197 struct FileSystemImpl;
302 const std::
string &dest,
317 const std::
string &dest,
754 const std::vector<
xattr_t> &attrs,
756 time_t timeout = 0 );
769 const std::vector<
xattr_t> &attrs,
771 time_t timeout = 0 );
786 const std::vector<std::
string> &attrs,
788 time_t timeout = 0 );
801 const std::vector<std::
string> &attrs,
802 std::vector<
XAttr> &result,
803 time_t timeout = 0 );
818 const std::vector<std::
string> &attrs,
820 time_t timeout = 0 );
833 const std::vector<std::
string> &attrs,
835 time_t timeout = 0 );
850 time_t timeout = 0 );
862 std::vector<
XAttr> &result,
863 time_t timeout = 0 );
871 bool SetProperty( const std::
string &name, const std::
string &value );
878 bool GetProperty( const std::
string &name, std::
string &value ) const;
903 const std::
string &info,
920 const std::
string &path,
921 const std::vector<T> &attrs,
923 time_t timeout = 0 );
#define XRD_WARN_UNUSED_RESULT
#define XRDOUC_ENUM_OPERATORS(T)
Wrapper class used to assign a load balancer.
Binary blob representation.
An interface for file plug-ins.
Send file/filesystem queries to an XRootD cluster.
bool SetProperty(const std::string &name, const std::string &value)
XRootDStatus Locate(const std::string &path, OpenFlags::Flags flags, ResponseHandler *handler, time_t timeout=0) XRD_WARN_UNUSED_RESULT
XRootDStatus SendCache(const std::string &info, ResponseHandler *handler, time_t timeout=0) XRD_WARN_UNUSED_RESULT
XRootDStatus Truncate(const std::string &path, uint64_t size, ResponseHandler *handler, time_t timeout=0) XRD_WARN_UNUSED_RESULT
XRootDStatus ListXAttr(const std::string &path, ResponseHandler *handler, time_t timeout=0)
XRootDStatus Stat(const std::string &path, ResponseHandler *handler, time_t timeout=0) XRD_WARN_UNUSED_RESULT
XRootDStatus GetXAttr(const std::string &path, const std::vector< std::string > &attrs, ResponseHandler *handler, time_t timeout=0)
FileSystem(const URL &url, bool enablePlugIns=true)
XRootDStatus DelXAttr(const std::string &path, const std::vector< std::string > &attrs, ResponseHandler *handler, time_t timeout=0)
XRootDStatus SetXAttr(const std::string &path, const std::vector< xattr_t > &attrs, ResponseHandler *handler, time_t timeout=0)
bool GetProperty(const std::string &name, std::string &value) const
std::vector< LocationInfo > LocationList
Location list.
Handle an async response.
StatImpl< false > Stat(Ctx< File > file, Arg< bool > force, time_t timeout=0)
std::tuple< std::string, std::string > xattr_t
Extended attribute key - value pair.
none object for initializing empty Optional
Implementation holding the data members.
Open flags, may be or'd when appropriate.
Flags
Open flags, may be or'd when appropriate.
@ Read
Open only for reading.
@ Write
Open only for writing.
@ SeqIO
File will be read or written sequentially.
@ Update
Open for reading and writing.
XRootD query request codes.
Code
XRootD query request codes.
@ OpaqueFile
Implementation dependent.
@ Opaque
Implementation dependent.
@ Config
Query server configuration.
@ Stats
Query server stats.
@ ChecksumCancel
Query file checksum cancellation.
@ Checksum
Query file checksum.
@ Space
Query logical space stats.
Procedure execution status.
Extended attribute operation status.
Extended attributes with status.