#include "XrdCl/XrdClFileOperations.hh"Go to the source code of this file.
Classes | |
| class | XrdCl::CheckpointImpl< HasHndl > |
| Checkpoint operation (. More... | |
| class | XrdCl::ChkptWrtImpl< HasHndl > |
| Checkpointed write operation (. More... | |
| class | XrdCl::ChkptWrtVImpl< HasHndl > |
| Checkpointed WriteV operation (. More... | |
Namespaces | |
| namespace | XrdCl |
Enumerations | |
| enum | XrdCl::ChkPtCode { XrdCl::BEGIN = kXR_ckpBegin , XrdCl::COMMIT = kXR_ckpCommit , XrdCl::ROLLBACK = kXR_ckpRollback } |
| Checkpoint operation code. More... | |
Functions | |
| CheckpointImpl< false > | XrdCl::Checkpoint (Ctx< File > file, Arg< ChkPtCode > code, time_t timeout=0) |
| Factory for creating ReadImpl objects. | |
| ChkptWrtImpl< false > | XrdCl::ChkptWrt (Ctx< File > file, Arg< uint64_t > offset, Arg< uint32_t > size, Arg< const void * > buffer, time_t timeout=0) |
| Factory for creating ReadImpl objects. | |
| ChkptWrtVImpl< false > | XrdCl::ChkptWrtV (Ctx< File > file, Arg< uint64_t > offset, Arg< std::vector< iovec > > iov, time_t timeout=0) |
| Factory for creating ChkptWrtVImpl objects. | |