wrench::StorageServiceFreeSpaceRequestMessage

class StorageServiceFreeSpaceRequestMessage : public wrench::StorageServiceMessage

A message sent to a StorageService to enquire about its free space.

Public Functions

StorageServiceFreeSpaceRequestMessage(S4U_CommPort *answer_commport, const std::string &path, double payload)

Constructor.

Parameters:
  • answer_commport – the commport to which to send the answer

  • path – the path

  • payload – the message size in bytes

Throws:

std::invalid_argument

Public Members

S4U_CommPort *answer_commport

CommPort to which the answer message should be sent.

std::string path

The path.