wrench::ServerlessComputeServiceNodeLoadCompleteMessage

class ServerlessComputeServiceNodeLoadCompleteMessage : public wrench::ServerlessComputeServiceMessage

a message sent to a ServerlessComputeService to notify it that a memory load at a compute node has completed

Public Members

std::shared_ptr<CustomAction> _action

The action that did the copy.

std::string _compute_host

The compute host at which the image was loaded.

std::shared_ptr<DataFile> _image_file

The image that was loaded.