WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Static Public Attributes | List of all members
wrench::StorageServiceMessagePayload Class Reference

Configurable message payloads for a StorageService. More...

#include <StorageServiceMessagePayload.h>

Inheritance diagram for wrench::StorageServiceMessagePayload:
wrench::ServiceMessagePayload wrench::SimpleStorageServiceMessagePayload

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".
 
- Static Public Attributes inherited from wrench::ServiceMessagePayload
static const std::string DAEMON_STOPPED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to confirm it has terminated.
 
static const std::string STOP_DAEMON_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to terminate it.
 

Detailed Description

Configurable message payloads for a StorageService.


The documentation for this class was generated from the following file: