Query operation (.
More...
#include <XrdClFileSystemOperations.hh>
|
static QueryImpl< true > | PipeImpl (ConcreteOperation< QueryImpl, true, Resp< Buffer >, Args... > &me, Operation< true > &op) |
|
static QueryImpl< true > | PipeImpl (ConcreteOperation< QueryImpl, true, Resp< Buffer >, Args... > &me, Operation< false > &op) |
|
static QueryImpl< true > | PipeImpl (ConcreteOperation< QueryImpl, false, Resp< Buffer >, Args... > &me, Operation< true > &op) |
|
static QueryImpl< true > | PipeImpl (ConcreteOperation< QueryImpl, false, Resp< Buffer >, Args... > &me, Operation< false > &op) |
|
FileSystem * | filesystem |
| The file system object itself. More...
|
|
std::tuple< Args... > | args |
| Operation arguments. 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::QueryImpl< HasHndl >
Query operation (.
- See also
- FileSystemOperation)
◆ anonymous enum
Argument indexes in the args tuple.
Enumerator |
---|
QueryCodeArg | |
BufferArg | |
◆ Code
XRootD query request codes.
◆ 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< QueryImpl, HasHndl, Resp< Buffer >, Args... >::args, XrdCl::FileSystemOperation< QueryImpl, HasHndl, Resp< Buffer >, Arg< QueryCode::Code >, Arg< Buffer > >::filesystem, XrdCl::PipelineException::GetError(), XrdCl::Operation< HasHndl >::handler, XrdCl::FileSystem::Query(), and XrdCl::stError.
◆ ToString()
The documentation for this class was generated from the following file: