![]() |
XRootD
|
GetXAttr 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) |
![]() | |
GetXAttrFsImpl< true > | StreamImpl (ResponseHandler *handler) |
GetXAttrFsImpl< 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< GetXAttrFsImpl, false, Resp< std::string >, Args... > &me) |
static void | AllocHandler (ConcreteOperation< GetXAttrFsImpl, true, Resp< std::string >, Args... > &me) |
static GetXAttrFsImpl< true > | PipeImpl (ConcreteOperation< GetXAttrFsImpl, HasHndl, Resp< std::string >, Args... > &me, Operation< false > &op) |
static GetXAttrFsImpl< true > | PipeImpl (ConcreteOperation< GetXAttrFsImpl, HasHndl, Resp< std::string >, 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. | |
GetXAttr operation (.
Definition at line 971 of file XrdClFileSystemOperations.hh.
anonymous enum |
Argument indexes in the args tuple.
Enumerator | |
---|---|
PathArg | |
NameArg |
Definition at line 985 of file XrdClFileSystemOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
Implements XrdCl::Operation< HasHndl >.
Definition at line 1002 of file XrdClFileSystemOperations.hh.
References XrdCl::ConcreteOperation< GetXAttrFsImpl, HasHndl, Resp< std::string >, Args... >::args, XrdCl::FileSystemOperation< GetXAttrFsImpl, HasHndl, Resp< std::string >, Arg< std::string >, Arg< std::string > >::filesystem, XrdCl::Operation< HasHndl >::handler, XrdCl::Status::IsOK(), and XrdCl::ConcreteOperation< GetXAttrFsImpl, HasHndl, Resp< std::string >, Args... >::timeout.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 990 of file XrdClFileSystemOperations.hh.