xrootd
|
Checkpointed write operation (. More...
#include <XrdClCheckpointOperation.hh>
Public Types | |
enum | { OffArg, LenArg, BufArg } |
Argument indexes in the args tuple. More... | |
Public Member Functions | |
std::string | ToString () |
![]() | |
FileOperation (Ctx< File > f, Arguments...args) | |
FileOperation (FileOperation< ChkptWrtImpl, from, Resp< void >, Arguments...> &&op) | |
virtual | ~FileOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&...args) | |
ConcreteOperation (ConcreteOperation< ChkptWrtImpl, from, Resp< void >, Args...> &&op) | |
ChkptWrtImpl< true > | operator>> (Hdlr &&hdlr) |
ChkptWrtImpl< true > | operator| (Operation< true > &op) |
ChkptWrtImpl< true > | operator| (Operation< true > &&op) |
ChkptWrtImpl< true > | operator| (Operation< false > &op) |
ChkptWrtImpl< true > | operator| (Operation< false > &&op) |
ChkptWrtImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. More... | |
Operation< HasHndl > * | Move () |
Operation< true > * | ToHandled () |
ChkptWrtImpl< 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) |
![]() | |
ChkptWrtImpl< to > | Transform () |
ChkptWrtImpl< 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< ChkptWrtImpl, true, Resp< void >, Args...> &me) |
static void | AllocHandler (ConcreteOperation< ChkptWrtImpl, false, Resp< void >, Args...> &me) |
static ChkptWrtImpl< true > | PipeImpl (ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Args...> &me, Operation< true > &op) |
static ChkptWrtImpl< true > | PipeImpl (ConcreteOperation< ChkptWrtImpl, 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... | |
Checkpointed write operation (.
anonymous enum |
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arguments...>::args, XrdCl::FileOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arg< uint64_t >, Arg< uint32_t >, Arg< const void * > >::file, and XrdCl::ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arguments...>::timeout.
|
inlinevirtual |