Prepare operation (.
More...
#include <XrdClFileSystemOperations.hh>
|
| static PrepareImpl< true > | PipeImpl (ConcreteOperation< PrepareImpl, true, Resp< Buffer >, Args... > &me, Operation< true > &op) |
| |
| static PrepareImpl< true > | PipeImpl (ConcreteOperation< PrepareImpl, true, Resp< Buffer >, Args... > &me, Operation< false > &op) |
| |
| static PrepareImpl< true > | PipeImpl (ConcreteOperation< PrepareImpl, false, Resp< Buffer >, Args... > &me, Operation< true > &op) |
| |
| static PrepareImpl< true > | PipeImpl (ConcreteOperation< PrepareImpl, false, Resp< Buffer >, Args... > &me, Operation< false > &op) |
| |
| FileSystem * | filesystem |
| | The file system object itself. More...
|
| |
| std::tuple< Args... > | args |
| | Operation arguments. More...
|
| |
| rcvry_func | recovery |
| | The recovery routine for this operation. More...
|
| |
| std::unique_ptr< PipelineHandler > | handler |
| | Operation handler. More...
|
| |
| bool | valid |
| | Flag indicating if it is a valid object. More...
|
| |
template<bool HasHndl>
class XrdCl::PrepareImpl< HasHndl >
Prepare operation (.
- See also
- FileSystemOperation)
◆ anonymous enum
Argument indexes in the args tuple.
| Enumerator |
|---|
| FileListArg | |
| FlagsArg | |
| PriorityArg | |
◆ Flags
◆ RunImpl()
RunImpl operation (
- See also
- Operation)
- Parameters
-
| params | : container with parameters forwarded from previous operation |
- Returns
- : status of the operation
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< PrepareImpl, HasHndl, Resp< Buffer >, Args... >::args, XrdCl::FileSystemOperation< PrepareImpl, HasHndl, Resp< Buffer >, Arg< std::vector< std::string > >, Arg< PrepareFlags::Flags >, Arg< uint8_t > >::filesystem, XrdCl::PipelineException::GetError(), XrdCl::Operation< HasHndl >::handler, XrdCl::FileSystem::Prepare(), and XrdCl::stError.
◆ ToString()
The documentation for this class was generated from the following file: