Configurable message payloads for a ComputeService. More...
#include <ComputeServiceMessagePayload.h>
Static Public Attributes | |
static const std::string | JOB_TYPE_NOT_SUPPORTED_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state that it does not support the type of a submitted job. | |
static const std::string | PILOT_JOB_EXPIRED_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state that a pilot job has expired. | |
static const std::string | PILOT_JOB_FAILED_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state that a pilot job has failed. | |
static const std::string | PILOT_JOB_STARTED_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state that a pilot job has started. | |
static const std::string | RESOURCE_DESCRIPTION_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state information on its resources. | |
static const std::string | RESOURCE_DESCRIPTION_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to ask it for information on its resources. | |
static const std::string | STANDARD_JOB_DONE_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state that it has completed a standard job. | |
static const std::string | STANDARD_JOB_FAILED_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state that a running standard job has failed. | |
static const std::string | SUBMIT_PILOT_JOB_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent from the daemon to acknowledge a pilot job submission. | |
static const std::string | SUBMIT_PILOT_JOB_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to submit a pilot job. | |
static const std::string | SUBMIT_STANDARD_JOB_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to acknowledge a standard job submission. | |
static const std::string | SUBMIT_STANDARD_JOB_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to submit a standard job. | |
static const std::string | TERMINATE_PILOT_JOB_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to acknowledge a pilot job termination. | |
static const std::string | TERMINATE_PILOT_JOB_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to terminate a pilot job. | |
static const std::string | TERMINATE_STANDARD_JOB_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to acknowledge a standard job termination. | |
static const std::string | TERMINATE_STANDARD_JOB_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to terminate a standard job. | |
static const std::string | TTL_ANSWER_MESSAGE_PAYLOAD |
The number of bytes in the control message sent by the daemon to state its time-to-live. | |
static const std::string | TTL_REQUEST_MESSAGE_PAYLOAD |
The number of bytes in the control message sent to the daemon to ask it for its time-to-live. | |
Detailed Description
Configurable message payloads for a ComputeService.
The documentation for this class was generated from the following file: