wrench::FileRegistryServiceMessagePayload Class Reference

Configurable message payload for a FileRegistryService. More...

#include <FileRegistryServiceMessagePayload.h>

Inheritance diagram for wrench::FileRegistryServiceMessagePayload:
wrench::ServiceMessagePayload

Static Public Attributes

static const std::string ADD_ENTRY_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to answer an entry addition request.
 
static const std::string ADD_ENTRY_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to cause it to add an entry.
 
static const std::string FILE_LOOKUP_ANSWER_MESSAGE_PAYLOAD
 The number of bytes per file location returned in an answer sent by the daemon to answer a file location request.
 
static const std::string FILE_LOOKUP_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in a request control message sent to the daemon to request a list of file locations.
 
static const std::string REMOVE_ENTRY_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to answer an entry removal request.
 
static const std::string REMOVE_ENTRY_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to cause it to remove an entry.
 
- 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 payload for a FileRegistryService.


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