![]() |
XRootD
|
Protocol operation (. More...
#include <XrdClFileSystemOperations.hh>
Public Member Functions | |
std::string | ToString () |
![]() | |
FileSystemOperation (Ctx< FileSystem > fs, Args... args) | |
FileSystemOperation (FileSystemOperation< ProtocolImpl, from, Resp< ProtocolInfo >, Args... > &&op) | |
virtual | ~FileSystemOperation () |
Destructor. | |
![]() | |
ConcreteOperation (Args &&... args) | |
ConcreteOperation (ConcreteOperation< ProtocolImpl, from, Resp< ProtocolInfo >, Args... > &&op) | |
Operation< HasHndl > * | Move () |
ProtocolImpl< true > | operator>> (Hdlr &&hdlr) |
ProtocolImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. | |
ProtocolImpl< true > | operator| (Operation< false > &&op) |
ProtocolImpl< true > | operator| (Operation< false > &op) |
ProtocolImpl< true > | operator| (Operation< true > &&op) |
ProtocolImpl< true > | operator| (Operation< true > &op) |
ProtocolImpl< 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) |
![]() | |
ProtocolImpl< true > | StreamImpl (ResponseHandler *handler) |
ProtocolImpl< to > | Transform () |
![]() | |
void | AddOperation (Operation< true > *op) |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
Protocol operation (.
Definition at line 664 of file XrdClFileSystemOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 691 of file XrdClFileSystemOperations.hh.
References XrdCl::FileSystemOperation< ProtocolImpl, HasHndl, Resp< ProtocolInfo > >::filesystem, and XrdCl::ConcreteOperation< ProtocolImpl, HasHndl, Resp< ProtocolInfo >, Args... >::timeout.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 677 of file XrdClFileSystemOperations.hh.