xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
XrdCl::ListXAttrImpl< HasHndl > Class Template Reference

ListXAttr bulk operation (. More...

#include <XrdClFileOperations.hh>

Inheritance diagram for XrdCl::ListXAttrImpl< HasHndl >:
Inheritance graph
[legend]
Collaboration diagram for XrdCl::ListXAttrImpl< HasHndl >:
Collaboration graph
[legend]

Public Member Functions

std::string ToString ()
 
- Public Member Functions inherited from XrdCl::FileOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > > >
 FileOperation (Ctx< File > f, Arguments...args)
 
 FileOperation (FileOperation< ListXAttrImpl, from, Resp< std::vector< XAttr > >, Arguments...> &&op)
 
virtual ~FileOperation ()
 Destructor. More...
 
- Public Member Functions inherited from XrdCl::ConcreteOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > >, Arguments...>
 ConcreteOperation (Args &&...args)
 
 ConcreteOperation (ConcreteOperation< ListXAttrImpl, from, Resp< std::vector< XAttr > >, Args...> &&op)
 
ListXAttrImpl< true > operator>> (Hdlr &&hdlr)
 
ListXAttrImpl< true > operator| (Operation< true > &op)
 
ListXAttrImpl< true > operator| (Operation< true > &&op)
 
ListXAttrImpl< true > operator| (Operation< false > &op)
 
ListXAttrImpl< true > operator| (Operation< false > &&op)
 
ListXAttrImpl< true > operator| (FinalOperation &&fo)
 Adds a final operation to the pipeline. More...
 
Operation< HasHndl > * Move ()
 
Operation< true > * ToHandled ()
 
ListXAttrImpl< HasHndl > Timeout (uint16_t timeout)
 Set operation timeout. More...
 
- Public Member Functions inherited from XrdCl::Operation< HasHndl >
 Operation ()
 Constructor. More...
 
template<bool from>
 Operation (Operation< from > &&op)
 Move constructor between template instances. More...
 
virtual ~Operation ()
 Destructor. More...
 

Protected Member Functions

XRootDStatus RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout)
 
- Protected Member Functions inherited from XrdCl::ConcreteOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > >, Arguments...>
ListXAttrImpl< to > Transform ()
 
ListXAttrImpl< true > StreamImpl (ResponseHandler *handler)
 
- Protected Member Functions inherited from XrdCl::Operation< HasHndl >
void Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final)
 
void AddOperation (Operation< true > *op)
 

Additional Inherited Members

- Static Protected Member Functions inherited from XrdCl::ConcreteOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > >, Arguments...>
static void AllocHandler (ConcreteOperation< ListXAttrImpl, true, Resp< std::vector< XAttr > >, Args...> &me)
 
static void AllocHandler (ConcreteOperation< ListXAttrImpl, false, Resp< std::vector< XAttr > >, Args...> &me)
 
static ListXAttrImpl< true > PipeImpl (ConcreteOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > >, Args...> &me, Operation< true > &op)
 
static ListXAttrImpl< true > PipeImpl (ConcreteOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > >, Args...> &me, Operation< false > &op)
 
- Protected Attributes inherited from XrdCl::FileOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > > >
Ctx< Filefile
 The file object itself. More...
 
- Protected Attributes inherited from XrdCl::ConcreteOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > >, Arguments...>
std::tuple< Args...> args
 Operation arguments. More...
 
uint16_t timeout
 Operation timeout. More...
 
- Protected Attributes inherited from XrdCl::Operation< HasHndl >
std::unique_ptr< PipelineHandlerhandler
 Operation handler. More...
 
bool valid
 Flag indicating if it is a valid object. More...
 

Detailed Description

template<bool HasHndl>
class XrdCl::ListXAttrImpl< HasHndl >

ListXAttr bulk operation (.

See Also
FileOperation)

Member Function Documentation

template<bool HasHndl>
XRootDStatus XrdCl::ListXAttrImpl< HasHndl >::RunImpl ( PipelineHandler handler,
uint16_t  pipelineTimeout 
)
inlineprotectedvirtual

RunImpl operation (

See Also
Operation)
Parameters
params: container with parameters forwarded from previous operation
Returns
: status of the operation

Implements XrdCl::Operation< HasHndl >.

References XrdCl::FileOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > > >::file, and XrdCl::ConcreteOperation< ListXAttrImpl, HasHndl, Resp< std::vector< XAttr > >, Arguments...>::timeout.

template<bool HasHndl>
std::string XrdCl::ListXAttrImpl< HasHndl >::ToString ( )
inlinevirtual
Returns
: name of the operation (
See Also
Operation)

Implements XrdCl::Operation< HasHndl >.


The documentation for this class was generated from the following file: