Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.JobState
Package | Description |
---|---|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.spalloc.messages |
Commands to send to Spalloc, and responses received from Spalloc.
|
-
Uses of JobState in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return JobState Modifier and Type Method Description default JobState
SpallocAPI. getJobState(int jobID)
Get the state of a job.JobState
SpallocAPI. getJobState(int jobID, @Positive Integer timeout)
Get the state of a job.JobState
SpallocClient. getJobState(int jobID, Integer timeout)
-
Uses of JobState in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return JobState Modifier and Type Method Description JobState
JobState.Builder. build()
Build an instance of the immutableJobState
.