Read operation (.
More...
#include <XrdClFileOperations.hh>
|
| static ReadImpl< true > | PipeImpl (ConcreteOperation< ReadImpl, true, Resp< ChunkInfo >, Args... > &me, Operation< true > &op) |
| |
| static ReadImpl< true > | PipeImpl (ConcreteOperation< ReadImpl, true, Resp< ChunkInfo >, Args... > &me, Operation< false > &op) |
| |
| static ReadImpl< true > | PipeImpl (ConcreteOperation< ReadImpl, false, Resp< ChunkInfo >, Args... > &me, Operation< true > &op) |
| |
| static ReadImpl< true > | PipeImpl (ConcreteOperation< ReadImpl, false, Resp< ChunkInfo >, Args... > &me, Operation< false > &op) |
| |
| File * | file |
| | The file 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::ReadImpl< HasHndl >
Read operation (.
- See also
- FileOperation)
◆ anonymous enum
Argument indexes in the args tuple.
| Enumerator |
|---|
| OffsetArg | |
| SizeArg | |
| BufferArg | |
◆ 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< ReadImpl, HasHndl, Resp< ChunkInfo >, Arguments... >::args, XrdCl::FileOperation< ReadImpl, HasHndl, Resp< ChunkInfo >, Arg< uint64_t >, Arg< uint32_t >, Arg< void * > >::file, XrdCl::PipelineException::GetError(), XrdCl::Operation< HasHndl >::handler, XrdCl::File::Read(), and XrdCl::stError.
◆ ToString()
The documentation for this class was generated from the following file: