#include <XrdClFileSystemOperations.hh>
Public Types | |
enum | { InfoArg } |
Argument indexes in the args tuple. More... |
Public Member Functions | |
std::string | ToString () |
Public Member Functions inherited from XrdCl::FileSystemOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Arg< std::string > > | |
virtual | ~FileSystemOperation () |
Destructor. | |
Public Member Functions inherited from XrdCl::ConcreteOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Args... > | |
Operation< HasHndl > * | Move () |
SendInfoImpl< true > | operator>> (Hdlr &&hdlr) |
SendInfoImpl< true > | operator| (Operation< true > &op) |
SendInfoImpl< 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< SendInfoImpl, HasHndl, Resp< Buffer >, Args... > | |
SendInfoImpl< true > | StreamImpl (ResponseHandler *handler) |
SendInfoImpl< 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) |
Additional Inherited Members | |
Static Protected Member Functions inherited from XrdCl::ConcreteOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Args... > | |
static void | AllocHandler (ConcreteOperation< SendInfoImpl, true, Resp< Buffer >, Args... > &me) |
static SendInfoImpl< true > | PipeImpl (ConcreteOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Args... > &me, Operation< true > &op) |
Protected Attributes inherited from XrdCl::FileSystemOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Arg< std::string > > | |
Ctx< FileSystem > | filesystem |
The file system object itself. | |
Protected Attributes inherited from XrdCl::ConcreteOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Args... > | |
std::tuple< Args... > | args |
Operation arguments. | |
uint16_t | timeout |
Operation timeout. | |
Protected Attributes inherited from XrdCl::Operation< HasHndl > | |
std::unique_ptr< PipelineHandler > | handler |
Operation handler. | |
bool | valid |
Flag indicating if it is a valid object. |
SendInfo operation (.
Definition at line 752 of file XrdClFileSystemOperations.hh.
anonymous enum |
Argument indexes in the args tuple.
Enumerator | |
---|---|
InfoArg |
Definition at line 766 of file XrdClFileSystemOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 785 of file XrdClFileSystemOperations.hh.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 771 of file XrdClFileSystemOperations.hh.