|
XRootD
|
Checkpointed write operation (. More...
#include <XrdClCheckpointOperation.hh>
Inheritance diagram for XrdCl::ChkptWrtImpl< HasHndl >:
Collaboration diagram for XrdCl::ChkptWrtImpl< HasHndl >:Public Types | |
| enum | { OffArg , LenArg , BufArg } |
| Argument indexes in the args tuple. More... | |
Public Member Functions | |
| std::string | ToString () |
Public Member Functions inherited from XrdCl::FileOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arg< uint64_t >, Arg< uint32_t >, Arg< const void * > > | |
| FileOperation (Ctx< File > f, Arguments... args) | |
| FileOperation (FileOperation< ChkptWrtImpl, from, Resp< void >, Arguments... > &&op) | |
| virtual | ~FileOperation () |
| Destructor. | |
Public Member Functions inherited from XrdCl::ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arguments... > | |
| ConcreteOperation (Args &&... args) | |
| ConcreteOperation (ConcreteOperation< ChkptWrtImpl, from, Resp< void >, Args... > &&op) | |
| Operation< HasHndl > * | Move () |
| ChkptWrtImpl< true > | operator>> (Hdlr &&hdlr) |
| ChkptWrtImpl< true > | operator| (FinalOperation &&fo) |
| Adds a final operation to the pipeline. | |
| ChkptWrtImpl< true > | operator| (Operation< false > &&op) |
| ChkptWrtImpl< true > | operator| (Operation< false > &op) |
| ChkptWrtImpl< true > | operator| (Operation< true > &&op) |
| ChkptWrtImpl< true > | operator| (Operation< true > &op) |
| ChkptWrtImpl< HasHndl > | Timeout (uint16_t timeout) |
| Set operation timeout. | |
| Operation< true > * | ToHandled () |
Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
| 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) |
Protected Member Functions inherited from XrdCl::ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arguments... > | |
| ChkptWrtImpl< true > | StreamImpl (ResponseHandler *handler) |
| ChkptWrtImpl< to > | Transform () |
Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | AddOperation (Operation< true > *op) |
| void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
Additional Inherited Members | |
Static Protected Member Functions inherited from XrdCl::ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arguments... > | |
| static void | AllocHandler (ConcreteOperation< ChkptWrtImpl, false, Resp< void >, Args... > &me) |
| static void | AllocHandler (ConcreteOperation< ChkptWrtImpl, true, Resp< void >, Args... > &me) |
| static ChkptWrtImpl< true > | PipeImpl (ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Args... > &me, Operation< false > &op) |
| static ChkptWrtImpl< true > | PipeImpl (ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op) |
Protected Attributes inherited from XrdCl::FileOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arg< uint64_t >, Arg< uint32_t >, Arg< const void * > > | |
| Ctx< File > | file |
| The file object itself. | |
Protected Attributes inherited from XrdCl::ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arguments... > | |
| std::tuple< Args... > | args |
| Operation arguments. | |
| uint16_t | timeout |
| Operation timeout. | |
Protected Attributes inherited from XrdCl::Operation< HasHndl > | |
| std::unique_ptr< PipelineHandler > | handler |
| Operation handler. | |
| bool | valid |
| Flag indicating if it is a valid object. | |
Checkpointed write operation (.
Definition at line 82 of file XrdClCheckpointOperation.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| OffArg | |
| LenArg | |
| BufArg | |
Definition at line 96 of file XrdClCheckpointOperation.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 115 of file XrdClCheckpointOperation.hh.
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, XrdCl::Operation< HasHndl >::handler, and XrdCl::ConcreteOperation< ChkptWrtImpl, HasHndl, Resp< void >, Arguments... >::timeout.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 101 of file XrdClCheckpointOperation.hh.