CernVM-FS
2.12.0
|
#include <upload_facility.h>
Public Types | |
enum | Type { kFileUpload, kBufferUpload, kChunkCommit, kRemove, kLookup } |
Public Member Functions | |
UploaderResults (const int return_code, const std::string &local_path) | |
UploaderResults (Type t, const int return_code) | |
UploaderResults () | |
Public Attributes | |
const Type | type |
const int | return_code |
const std::string | local_path |
Definition at line 46 of file upload_facility.h.
Enumerator | |
---|---|
kFileUpload | |
kBufferUpload | |
kChunkCommit | |
kRemove | |
kLookup |
Definition at line 47 of file upload_facility.h.
|
inline |
Definition at line 49 of file upload_facility.h.
|
inlineexplicit |
Definition at line 54 of file upload_facility.h.
|
inline |
Definition at line 59 of file upload_facility.h.
const std::string upload::UploaderResults::local_path |
Definition at line 66 of file upload_facility.h.
const int upload::UploaderResults::return_code |
Definition at line 65 of file upload_facility.h.
Referenced by TaskWrite::OnBlockComplete(), TaskWrite::OnChunkComplete(), and upload::S3Uploader::OnReqComplete().
const Type upload::UploaderResults::type |
Definition at line 64 of file upload_facility.h.