![]() |
XRootD
|
DelXAttr operation (. More...
#include <XrdClFileSystemOperations.hh>
Public Types | |
enum | { PathArg , NameArg } |
Argument indexes in the args tuple. More... | |
Protected Member Functions | |
XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
![]() | |
DelXAttrFsImpl< true > | StreamImpl (ResponseHandler *handler) |
DelXAttrFsImpl< to > | Transform () |
![]() | |
void | AddOperation (Operation< true > *op) |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
Additional Inherited Members | |
![]() | |
static void | AllocHandler (ConcreteOperation< DelXAttrFsImpl, false, Resp< void >, Args... > &me) |
static void | AllocHandler (ConcreteOperation< DelXAttrFsImpl, true, Resp< void >, Args... > &me) |
static DelXAttrFsImpl< true > | PipeImpl (ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... > &me, Operation< false > &op) |
static DelXAttrFsImpl< true > | PipeImpl (ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op) |
![]() | |
Ctx< FileSystem > | filesystem |
The file system object itself. | |
![]() | |
std::tuple< Args... > | args |
Operation arguments. | |
uint16_t | timeout |
Operation timeout. | |
![]() | |
std::unique_ptr< PipelineHandler > | handler |
Operation handler. | |
bool | valid |
Flag indicating if it is a valid object. | |
DelXAttr operation (.
Definition at line 1089 of file XrdClFileSystemOperations.hh.
anonymous enum |
Argument indexes in the args tuple.
Enumerator | |
---|---|
PathArg | |
NameArg |
Definition at line 1103 of file XrdClFileSystemOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 1122 of file XrdClFileSystemOperations.hh.
References XrdCl::ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... >::args, XrdCl::FileSystemOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< std::string > >::filesystem, XrdCl::Operation< HasHndl >::handler, XrdCl::Status::IsOK(), and XrdCl::ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... >::timeout.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 1108 of file XrdClFileSystemOperations.hh.