Class Job
java.lang.Object
uk.ac.manchester.spinnaker.alloc.nmpi.Job
A NMPI job.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ID of the collaboratory in which the job is created.getId()Get the ID of the job.Get the count of how much resource has been used by the job.Get the status of the job.Get the ID of the user which created the job.voidSets the collab.voidSets the id.voidsetResourceUsage(ResourceUsage resourceUsage) Sets the resourceUsage.voidSets the status.voidSets the userId.
-
Constructor Details
-
Job
public Job()
-
-
Method Details
-
getId
-
setId
-
getCollab
Get the ID of the collaboratory in which the job is created.- Returns:
- the collab
-
setCollab
-
getStatus
-
setStatus
-
getUserId
-
setUserId
-
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
-