SetXAttr bulk operation (. More...
#include <XrdClFileSystemOperations.hh>
Public Types | |
| enum | { PathArg , AttrsArg } |
| Argument indexes in the args tuple. More... | |
Public Member Functions | |
| std::string | ToString () |
| Public Member Functions inherited from XrdCl::FileSystemOperation< SetXAttrFsBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Arg< std::string >, Arg< std::vector< xattr_t > > > | |
| virtual | ~FileSystemOperation () |
| Destructor. | |
| Public Member Functions inherited from XrdCl::ConcreteOperation< SetXAttrFsBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Args... > | |
| Operation< HasHndl > * | Move () |
| SetXAttrFsBulkImpl< true > | operator>> (Hdlr &&hdlr) |
| SetXAttrFsBulkImpl< true > | operator| (Operation< true > &op) |
| SetXAttrFsBulkImpl< HasHndl > | Timeout (uint16_t timeout) |
| Set operation timeout. | |
| Operation< true > * | ToHandled () |
| Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
| Operation () | |
| Constructor. | |
| template<bool from> | |
| Operation (Operation< from > &&op) | |
| Move constructor between template instances. | |
| virtual | ~Operation () |
| Destructor. | |
Protected Member Functions | |
| XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
| Protected Member Functions inherited from XrdCl::ConcreteOperation< SetXAttrFsBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Args... > | |
| SetXAttrFsBulkImpl< true > | StreamImpl (ResponseHandler *handler) |
| SetXAttrFsBulkImpl< to > | Transform () |
| Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | AddOperation (Operation< true > *op) |
| void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
SetXAttr bulk operation (.
Definition at line 915 of file XrdClFileSystemOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| PathArg | |
| AttrsArg | |
Definition at line 929 of file XrdClFileSystemOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
Implements XrdCl::Operation< HasHndl >.
Definition at line 947 of file XrdClFileSystemOperations.hh.
References XrdCl::ConcreteOperation< SetXAttrFsBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Args... >::args, XrdCl::FileSystemOperation< SetXAttrFsBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Arg< std::string >, Arg< std::vector< xattr_t > > >::filesystem, XrdCl::Operation< HasHndl >::handler, and XrdCl::ConcreteOperation< SetXAttrFsBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Args... >::timeout.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 934 of file XrdClFileSystemOperations.hh.