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)
Argument indexes in the args tuple.
| Enumerator |
|---|
| QueryCodeArg |
|
| BufferArg |
|
XRootD query request codes.
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.
The documentation for this class was generated from the following file: