|
xrootd
|
ChMod operation (. More...
#include <XrdClFileSystemOperations.hh>


Public Types | |
| enum | { PathArg, ModeArg } |
| Argument indexes in the args tuple. More... | |
| enum | Mode |
| Access mode. More... | |
Public Member Functions | |
| std::string | ToString () |
Public Member Functions inherited from XrdCl::FileSystemOperation< ChModImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< Access::Mode > > | |
| FileSystemOperation (FileSystem *fs, Args...args) | |
| FileSystemOperation (FileSystem &fs, Args...args) | |
| FileSystemOperation (FileSystemOperation< ChModImpl, from, Resp< void >, Args...> &&op) | |
| virtual | ~FileSystemOperation () |
| Destructor. More... | |
Public Member Functions inherited from XrdCl::ConcreteOperation< ChModImpl, HasHndl, Resp< void >, Args...> | |
| ConcreteOperation (Args &&...args) | |
| ConcreteOperation (ConcreteOperation< ChModImpl, from, Resp< void >, Args...> &&op) | |
| ChModImpl< true > | operator>> (Hdlr &&hdlr) |
| ChModImpl< true > | operator| (Operation< true > &op) |
| ChModImpl< true > | operator| (Operation< true > &&op) |
| ChModImpl< true > | operator| (Operation< false > &op) |
| ChModImpl< true > | operator| (Operation< false > &&op) |
| ChModImpl< 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< ChModImpl, HasHndl, Resp< void >, Args...> | |
| ChModImpl< to > | Transform () |
| ChModImpl< 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< ChModImpl, HasHndl, Resp< void >, Args...> | |
| static ChModImpl< true > | PipeImpl (ConcreteOperation< ChModImpl, true, Resp< void >, Args...> &me, Operation< true > &op) |
| static ChModImpl< true > | PipeImpl (ConcreteOperation< ChModImpl, true, Resp< void >, Args...> &me, Operation< false > &op) |
| static ChModImpl< true > | PipeImpl (ConcreteOperation< ChModImpl, false, Resp< void >, Args...> &me, Operation< true > &op) |
| static ChModImpl< true > | PipeImpl (ConcreteOperation< ChModImpl, false, Resp< void >, Args...> &me, Operation< false > &op) |
Protected Attributes inherited from XrdCl::FileSystemOperation< ChModImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< Access::Mode > > | |
| FileSystem * | filesystem |
| The file system object itself. More... | |
Protected Attributes inherited from XrdCl::ConcreteOperation< ChModImpl, HasHndl, Resp< void >, Args...> | |
| 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... | |
ChMod operation (.
| enum XrdCl::Access::Mode |
Access mode.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< ChModImpl, HasHndl, Resp< void >, Args...>::args, XrdCl::FileSystem::ChMod(), XrdCl::FileSystemOperation< ChModImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< Access::Mode > >::filesystem, XrdCl::PipelineException::GetError(), XrdCl::Operation< HasHndl >::handler, and XrdCl::stError.
|
inlinevirtual |
1.8.5