xrootd
|
Close operation (. More...
#include <XrdClFileOperations.hh>
Public Member Functions | |
std::string | ToString () |
![]() | |
FileOperation (Ctx< File > f, Arguments...args) | |
FileOperation (FileOperation< CloseImpl, from, Resp< void >, Arguments...> &&op) | |
virtual | ~FileOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&...args) | |
ConcreteOperation (ConcreteOperation< CloseImpl, from, Resp< void >, Args...> &&op) | |
CloseImpl< true > | operator>> (Hdlr &&hdlr) |
CloseImpl< true > | operator| (Operation< true > &op) |
CloseImpl< true > | operator| (Operation< true > &&op) |
CloseImpl< true > | operator| (Operation< false > &op) |
CloseImpl< true > | operator| (Operation< false > &&op) |
CloseImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. More... | |
Operation< HasHndl > * | Move () |
Operation< true > * | ToHandled () |
CloseImpl< 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) |
![]() | |
CloseImpl< to > | Transform () |
CloseImpl< 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< CloseImpl, true, Resp< void >, Args...> &me) |
static void | AllocHandler (ConcreteOperation< CloseImpl, false, Resp< void >, Args...> &me) |
static CloseImpl< true > | PipeImpl (ConcreteOperation< CloseImpl, HasHndl, Resp< void >, Args...> &me, Operation< true > &op) |
static CloseImpl< true > | PipeImpl (ConcreteOperation< CloseImpl, 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< CloseImpl, HasHndl, Resp< void > >::file, and XrdCl::ConcreteOperation< CloseImpl, HasHndl, Resp< void >, Arguments...>::timeout.
|
inlinevirtual |