|
xrootd
|
Close operation (. More...
#include <XrdClFileOperations.hh>


Public Member Functions | |
| std::string | ToString () |
Public Member Functions inherited from XrdCl::FileOperation< CloseImpl, HasHndl, Resp< void > > | |
| FileOperation (File *f, Arguments... args) | |
| FileOperation (File &f, Arguments... args) | |
| FileOperation (FileOperation< CloseImpl, from, Resp< void >, Arguments... > &&op) | |
| virtual | ~FileOperation () |
| Destructor. More... | |
Public Member Functions inherited from XrdCl::ConcreteOperation< CloseImpl, HasHndl, Resp< void >, Arguments... > | |
| 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< HasHndl > | Recovery (rcvry_func recovery) |
| Set recovery procedure in case the operation fails. More... | |
| Operation< HasHndl > * | Move () |
| Operation< true > * | ToHandled () |
Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
| 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 () |
Protected Member Functions inherited from XrdCl::ConcreteOperation< CloseImpl, HasHndl, Resp< void >, Arguments... > | |
| CloseImpl< to > | Transform () |
| CloseImpl< true > | StreamImpl (ResponseHandler *handler) |
Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | Run (std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
| void | ForceHandler (const XRootDStatus &status) |
| void | AddOperation (Operation< true > *op) |
Additional Inherited Members | |
Static Protected Member Functions inherited from XrdCl::ConcreteOperation< CloseImpl, HasHndl, Resp< void >, Arguments... > | |
| static CloseImpl< true > | PipeImpl (ConcreteOperation< CloseImpl, true, Resp< void >, Args... > &me, Operation< true > &op) |
| static CloseImpl< true > | PipeImpl (ConcreteOperation< CloseImpl, true, Resp< void >, Args... > &me, Operation< false > &op) |
| static CloseImpl< true > | PipeImpl (ConcreteOperation< CloseImpl, false, Resp< void >, Args... > &me, Operation< true > &op) |
| static CloseImpl< true > | PipeImpl (ConcreteOperation< CloseImpl, false, Resp< void >, Args... > &me, Operation< false > &op) |
Protected Attributes inherited from XrdCl::FileOperation< CloseImpl, HasHndl, Resp< void > > | |
| File * | file |
| The file object itself. More... | |
Protected Attributes inherited from XrdCl::ConcreteOperation< CloseImpl, HasHndl, Resp< void >, Arguments... > | |
| std::tuple< Args... > | args |
| Operation arguments. More... | |
| rcvry_func | recovery |
| The recovery routine for this operation. More... | |
Protected Attributes inherited from XrdCl::Operation< HasHndl > | |
| 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::File::Close(), XrdCl::FileOperation< CloseImpl, HasHndl, Resp< void > >::file, and XrdCl::Operation< HasHndl >::handler.
|
inlinevirtual |