Query operation (.
More...
#include <XrdClFileSystemOperations.hh>
|
static void | AllocHandler (ConcreteOperation< QueryImpl, true, Resp< Buffer >, Args... > &me) |
|
static void | AllocHandler (ConcreteOperation< QueryImpl, false, Resp< Buffer >, Args... > &me) |
|
static QueryImpl< true > | PipeImpl (ConcreteOperation< QueryImpl, HasHndl, Resp< Buffer >, Args... > &me, Operation< true > &op) |
|
static QueryImpl< true > | PipeImpl (ConcreteOperation< QueryImpl, HasHndl, Resp< Buffer >, Args... > &me, Operation< false > &op) |
|
Ctx< FileSystem > | filesystem |
| The file system object itself. More...
|
|
std::tuple< Args... > | args |
| Operation arguments. More...
|
|
uint16_t | timeout |
| Operation timeout. 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::Operation< HasHndl >::handler, and XrdCl::ConcreteOperation< QueryImpl, HasHndl, Resp< Buffer >, Args... >::timeout.
◆ ToString()
The documentation for this class was generated from the following file: