|
static void | AllocHandler (ConcreteOperation< DelXAttrBulkImpl, true, Resp< std::vector< XAttrStatus > >, Args... > &me) |
|
static void | AllocHandler (ConcreteOperation< DelXAttrBulkImpl, false, Resp< std::vector< XAttrStatus > >, Args... > &me) |
|
static DelXAttrBulkImpl< true > | PipeImpl (ConcreteOperation< DelXAttrBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Args... > &me, Operation< true > &op) |
|
static DelXAttrBulkImpl< true > | PipeImpl (ConcreteOperation< DelXAttrBulkImpl, HasHndl, Resp< std::vector< XAttrStatus > >, Args... > &me, Operation< false > &op) |
|
Ctx< File > | file |
| The file 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::DelXAttrBulkImpl< HasHndl >
DelXAttr bulk operation (.
- See also
- FileOperation)