|
| static void | AllocHandler (ConcreteOperation< DeepLocateImpl, true, Resp< LocationInfo >, Args... > &me) |
| |
| static void | AllocHandler (ConcreteOperation< DeepLocateImpl, false, Resp< LocationInfo >, Args... > &me) |
| |
| static DeepLocateImpl< true > | PipeImpl (ConcreteOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, Args... > &me, Operation< true > &op) |
| |
| static DeepLocateImpl< true > | PipeImpl (ConcreteOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, 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::DeepLocateImpl< HasHndl >
DeepLocate operation (.
- See also
- FileSystemOperation)