xrootd
|
Sync operation (. More...
#include <XrdClFileOperations.hh>
Public Member Functions | |
std::string | ToString () |
![]() | |
FileOperation (Ctx< File > f, Arguments... args) | |
FileOperation (FileOperation< SyncImpl, from, Resp< void >, Arguments... > &&op) | |
virtual | ~FileOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&... args) | |
ConcreteOperation (ConcreteOperation< SyncImpl, from, Resp< void >, Args... > &&op) | |
SyncImpl< true > | operator>> (Hdlr &&hdlr) |
SyncImpl< true > | operator| (Operation< true > &op) |
SyncImpl< true > | operator| (Operation< true > &&op) |
SyncImpl< true > | operator| (Operation< false > &op) |
SyncImpl< true > | operator| (Operation< false > &&op) |
SyncImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. More... | |
Operation< HasHndl > * | Move () |
Operation< true > * | ToHandled () |
SyncImpl< HasHndl > | Timeout (uint16_t timeout) |
Set operation timeout. More... | |
![]() | |
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) |
![]() | |
SyncImpl< to > | Transform () |
SyncImpl< true > | StreamImpl (ResponseHandler *handler) |
![]() | |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
void | AddOperation (Operation< true > *op) |
Additional Inherited Members | |
![]() | |
static void | AllocHandler (ConcreteOperation< SyncImpl, true, Resp< void >, Args... > &me) |
static void | AllocHandler (ConcreteOperation< SyncImpl, false, Resp< void >, Args... > &me) |
static SyncImpl< true > | PipeImpl (ConcreteOperation< SyncImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op) |
static SyncImpl< true > | PipeImpl (ConcreteOperation< SyncImpl, HasHndl, Resp< void >, Args... > &me, Operation< false > &op) |
![]() | |
Ctx< File > | file |
The file object itself. More... | |
![]() | |
std::tuple< Args... > | args |
Operation arguments. More... | |
uint16_t | timeout |
Operation timeout. More... | |
![]() | |
std::unique_ptr< PipelineHandler > | handler |
Operation handler. More... | |
bool | valid |
Flag indicating if it is a valid object. More... | |
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::FileOperation< SyncImpl, HasHndl, Resp< void > >::file, and XrdCl::ConcreteOperation< SyncImpl, HasHndl, Resp< void >, Arguments... >::timeout.
|
inlinevirtual |