WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
Configurable message payloads for a StorageService. More...
#include <StorageServiceMessagePayload.h>
Static Public Attributes | |
static const std::string | FILE_COPY_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to answer a file copy request. | |
static const std::string | FILE_COPY_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to request a file copy. | |
static const std::string | FILE_DELETE_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to answer a file deletion request. | |
static const std::string | FILE_DELETE_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to request a file deletion. | |
static const std::string | FILE_LOOKUP_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to answer a file lookup request. | |
static const std::string | FILE_LOOKUP_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to request a file lookup. | |
static const std::string | FILE_NOT_FOUND_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to say "file not found". | |
static const std::string | FILE_READ_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to answer a file copy request. | |
static const std::string | FILE_READ_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to request a file copy. | |
static const std::string | FILE_WRITE_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to answer a file copy request. | |
static const std::string | FILE_WRITE_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to request a file copy. | |
static const std::string | FREE_SPACE_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to answer free space information request. | |
static const std::string | FREE_SPACE_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to request its free space information. | |
static const std::string | NOT_ENOUGH_STORAGE_SPACE_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to say "not enough space". | |
Configurable message payloads for a StorageService.