Class SessionResourceUpdate
java.lang.Object
uk.ac.manchester.spinnaker.alloc.nmpi.SessionResourceUpdate
A NMPI job with only resources to be updated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the count of how much resource has been used by the job.Get the status of the job.voidsetResourceUsage(ResourceUsage resourceUsage) Sets the resourceUsage.voidSets the status.
-
Constructor Details
-
SessionResourceUpdate
public SessionResourceUpdate()
-
-
Method Details
-
getStatus
Get the status of the job.- Returns:
- the status
-
setStatus
Sets the status.- Parameters:
status- the status to set
-
getResourceUsage
Get the count of how much resource has been used by the job.- Returns:
- the resourceUsage
-
setResourceUsage
Sets the resourceUsage.- Parameters:
resourceUsage- the resourceUsage to set
-