Truncate operation (.
More...
#include <XrdClFileSystemOperations.hh>
|
static void | AllocHandler (ConcreteOperation< TruncateFsImpl, true, Resp< void >, Args...> &me) |
|
static void | AllocHandler (ConcreteOperation< TruncateFsImpl, false, Resp< void >, Args...> &me) |
|
static TruncateFsImpl< true > | PipeImpl (ConcreteOperation< TruncateFsImpl, HasHndl, Resp< void >, Args...> &me, Operation< true > &op) |
|
static TruncateFsImpl< true > | PipeImpl (ConcreteOperation< TruncateFsImpl, HasHndl, Resp< void >, 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::TruncateFsImpl< HasHndl >
Truncate operation (.
- See Also
- FileSystemOperation)
Argument indexes in the args tuple.
Enumerator |
---|
PathArg |
|
SizeArg |
|
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< TruncateFsImpl, HasHndl, Resp< void >, Args...>::args, XrdCl::FileSystemOperation< TruncateFsImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< uint64_t > >::filesystem, and XrdCl::ConcreteOperation< TruncateFsImpl, HasHndl, Resp< void >, Args...>::timeout.
The documentation for this class was generated from the following file: