wrench::FileRegistryFileLookupAnswerMessage

class FileRegistryFileLookupAnswerMessage : public wrench::FileRegistryMessage

A message sent by a FileRegistryService in answer to a file lookup request.

Public Functions

FileRegistryFileLookupAnswerMessage(std::set<std::shared_ptr<FileLocation>> locations, double payload)

Constructor.

Parameters:
  • locations – the set of locations for the file

  • payload – the message size in bytes

Public Members

std::set<std::shared_ptr<FileLocation>> locations

A (possibly empty) set of file locations.