![]() |
XRootD
|
SendInfo operation (. More...
#include <XrdClFileSystemOperations.hh>
Public Types | |
enum | { InfoArg } |
Argument indexes in the args tuple. More... | |
Public Member Functions | |
std::string | ToString () |
![]() | |
FileSystemOperation (Ctx< FileSystem > fs, Args... args) | |
FileSystemOperation (FileSystemOperation< SendInfoImpl, from, Resp< Buffer >, Args... > &&op) | |
virtual | ~FileSystemOperation () |
Destructor. | |
![]() | |
ConcreteOperation (Args &&... args) | |
ConcreteOperation (ConcreteOperation< SendInfoImpl, from, Resp< Buffer >, Args... > &&op) | |
Operation< HasHndl > * | Move () |
SendInfoImpl< true > | operator>> (Hdlr &&hdlr) |
SendInfoImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. | |
SendInfoImpl< true > | operator| (Operation< false > &&op) |
SendInfoImpl< true > | operator| (Operation< false > &op) |
SendInfoImpl< true > | operator| (Operation< true > &&op) |
SendInfoImpl< true > | operator| (Operation< true > &op) |
SendInfoImpl< HasHndl > | Timeout (uint16_t timeout) |
Set operation timeout. | |
Operation< true > * | ToHandled () |
![]() | |
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) |
![]() | |
SendInfoImpl< true > | StreamImpl (ResponseHandler *handler) |
SendInfoImpl< to > | Transform () |
![]() | |
void | AddOperation (Operation< true > *op) |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
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.
References XrdCl::ConcreteOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Args... >::args, XrdCl::FileSystemOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Arg< std::string > >::filesystem, XrdCl::Operation< HasHndl >::handler, and XrdCl::ConcreteOperation< SendInfoImpl, HasHndl, Resp< Buffer >, Args... >::timeout.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 771 of file XrdClFileSystemOperations.hh.